update chart
This commit is contained in:
parent
90f504c328
commit
b9bf1a39b2
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user