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: {