diff --git a/public/elotracker/chart-integration.js b/public/elotracker/chart-integration.js index 4878a41..eed08a6 100644 --- a/public/elotracker/chart-integration.js +++ b/public/elotracker/chart-integration.js @@ -139,6 +139,7 @@ async function create_charts() { fill: false, borderColor: getColor(color_counter), backgroundColor: getColor(color_counter), + borderJoinStyle: "round", data: player_rank_values[puuid], spanGaps: true, pointHitRadius: 16, @@ -148,6 +149,7 @@ async function create_charts() { fill: false, borderColor: getColor(color_counter), backgroundColor: getColor(color_counter), + borderJoinStyle: "round", data: player_progress_values[puuid], spanGaps: true, pointHitRadius: 16, @@ -224,6 +226,7 @@ async function create_charts() { fill: false, borderColor: "rgba(150,150,175)", backgroundColor: "rgba(150,150,175)", + borderJoinStyle: "round", data: values, pointHitRadius: 16, }] diff --git a/public/elotracker/index.php b/public/elotracker/index.php index 9eb9ac8..a268a67 100644 --- a/public/elotracker/index.php +++ b/public/elotracker/index.php @@ -5,7 +5,6 @@ UEM Elo Tracker -