From b9bf1a39b2c109c48e0de705f802aaad33c4b68b Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 2 Dec 2024 16:22:23 +0100 Subject: [PATCH] update chart --- src/lib/components/RatingsChart.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/RatingsChart.svelte b/src/lib/components/RatingsChart.svelte index 82ca3c15..d866d97d 100644 --- a/src/lib/components/RatingsChart.svelte +++ b/src/lib/components/RatingsChart.svelte @@ -211,6 +211,7 @@ }, }, yAxis: { + show: false, // Completely hides the y-axis type: "value", splitLine: { show: false, // Disable grid lines @@ -219,6 +220,7 @@ color: "#fff", }, }, + series: series, // Use the dynamically created series array tooltip: {