diff --git a/src/components/playback/Stats.vue b/src/components/playback/Stats.vue index 39b134b..54fa17b 100644 --- a/src/components/playback/Stats.vue +++ b/src/components/playback/Stats.vue @@ -2,14 +2,14 @@
-
+

Number of songs

-
+

Duration

@@ -144,6 +144,7 @@ const genreChartOptions = computed(() => ({ radar: { size: 130, polygons: { + connectorColors: toHex(surface200.value), strokeColors: toHex(surface200.value), fill: { colors: [toHex(surface50.value), toHex(surface0.value)] @@ -211,7 +212,10 @@ const yearChartOptions = { type: "datetime", }, yaxis: { - axisBorder: { show: true }, + axisBorder: { + show: true, + color: toHex(surface400.value), + }, axisTicks: { show: true, color: toHex(surface400.value),