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 @@