update chart

This commit is contained in:
MuslemRahimi 2024-12-02 16:22:23 +01:00
parent 90f504c328
commit b9bf1a39b2

View File

@ -211,6 +211,7 @@
}, },
}, },
yAxis: { yAxis: {
show: false, // Completely hides the y-axis
type: "value", type: "value",
splitLine: { splitLine: {
show: false, // Disable grid lines show: false, // Disable grid lines
@ -219,6 +220,7 @@
color: "#fff", color: "#fff",
}, },
}, },
series: series, // Use the dynamically created series array series: series, // Use the dynamically created series array
tooltip: { tooltip: {