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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c3ab-2c305.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c3ab-2c305.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?