MarkPoint chart labeling is out of order echarts

series: [
            {
              name: "",
              type: "line",
              smooth: true,
              data: repoCumNum,
              symbol: "none",
              markPoint: {
                data: [{coord:["2018/02/06","152.26"]},{coord:["2018/03/02","1052.72"]},{coord:["2018/04/11","2300"]}],
              },
            }, {
              name: "",
              type: "line",
              smooth: true,
              data: repoCumAmt,
              symbol: "none",
              markPoint: {
                data: [{coord:["2018/02/09","105"]},{coord:["2018/03/16","1017"]},{coord:["2018/04/11","6715.246"]}],
              },
            }
          ]

series-> the chart below markPoint is mislabeled. I don"t know what went wrong. May I ask where it went wrong

Mar.02,2021

find worthwhile problems for a long time

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-1b3b2d8-e7c1.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-1b3b2d8-e7c1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?