The larger the Echarts data, the lower the line chart. How to break it?

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: []
}

Feb.16,2022

stack is an incremental attribute. I don't know if this is the effect, but let's first remove the stack attribute


https://codeshelper.com/q/10.

look at this link. My answer. Stack is a stacked line chart, not a normal line chart.

Menu