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

Menu