for example, I made a line chart. The higher the value, the lower the line, as shown in the following figure:
{
name: "",
type: "line",
stack: "",
data: []
},
{
name: "",
type: "line",
stack: "",
data: []
}
for example, I made a line chart. The higher the value, the lower the line, as shown in the following figure:
{
name: "",
type: "line",
stack: "",
data: []
},
{
name: "",
type: "line",
stack: "",
data: []
}
stack is an incremental attribute. I don't know if this is the effect, but let's first remove the stack attribute
look at this link. My answer. Stack is a stacked line chart, not a normal line chart.