From a05ae3e99bcdd4678242e9b66804efab86ec2c93 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 20 Dec 2023 10:05:28 +0100 Subject: [PATCH] Client - improve charts axis contrast --- .../components/Common/StatsChart/Chart.vue | 32 ++++++++++++++++- .../WorkoutDetail/WorkoutChart/index.vue | 35 ++++++++++++++++++- fittrackee_client/src/utils/workouts.ts | 12 +++++++ 3 files changed, 77 insertions(+), 2 deletions(-) diff --git a/fittrackee_client/src/components/Common/StatsChart/Chart.vue b/fittrackee_client/src/components/Common/StatsChart/Chart.vue index 62cfe446..b4456b85 100644 --- a/fittrackee_client/src/components/Common/StatsChart/Chart.vue +++ b/fittrackee_client/src/components/Common/StatsChart/Chart.vue @@ -6,13 +6,16 @@