From 0c2fdf55913c06d607ba2dfa497f632e17d93ace Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 9 Jul 2024 13:19:27 +0200 Subject: [PATCH] chg: [front:live-logs_user-activity-graph] Further improved UI --- src/components/LiveLogsUserActivityGraph.vue | 6 +++--- src/components/TheScores.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/LiveLogsUserActivityGraph.vue b/src/components/LiveLogsUserActivityGraph.vue index c5ae1e0..8e2b016 100644 --- a/src/components/LiveLogsUserActivityGraph.vue +++ b/src/components/LiveLogsUserActivityGraph.vue @@ -25,7 +25,7 @@ return { chart: { height: 12, - width: 208, + width: 224, type: 'heatmap', sparkline: { enabled: true @@ -46,7 +46,7 @@ plotOptions: { heatmap: { radius: 2, - enableShades: !true, + enableShades: false, shadeIntensity: 0.5, reverseNegativeShade: true, distributed: false, @@ -124,6 +124,6 @@ class="h-3 w-52" :title="`Activity over ${bufferSizeMin}min`" > - + \ No newline at end of file diff --git a/src/components/TheScores.vue b/src/components/TheScores.vue index de270da..119b480 100644 --- a/src/components/TheScores.vue +++ b/src/components/TheScores.vue @@ -87,11 +87,11 @@