jqPlot step chart not plotting in series order

后端 未结 2 451
时光说笑
时光说笑 2021-01-27 18:23

I need to build a step chart using jQPlot. My X-Axis is Date/Time and my Y-Axis is a number.

Doing this prototype everything runs fine:



        
2条回答
  •  囚心锁ツ
    2021-01-27 18:27

    You need to set the sort attribute to false, look:

    http://www.jqplot.com/docs/files/jqplot-core-js.html#jqPlot.sortData

    With this you can make your own sequence.

    I am working in a irrigation project, and need circulate irrigate area dynamically, sorry but I don't have reputation to post a picture of it.

提交回复
热议问题