From bbe3942fa3f84f51540c72812bfe850cdedafbd4 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 23 Jun 2024 16:45:18 +0200 Subject: [PATCH] fixed linechart visual removed chartjs date adapter --- public/elotracker/chart-integration.js | 3 +++ public/elotracker/index.php | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 -