how to assign date time to highchart with intervals and date start

前端 未结 2 1684
长发绾君心
长发绾君心 2021-01-07 04:34

HI In highchart is there any way to give time on x-axis as below

1) pass start time
2) give an array of time points
3) give unit of time

for example<

2条回答
  •  不要未来只要你来
    2021-01-07 05:35

    If I understand correctly, pointInterval is what you are looking for:

    http://api.highcharts.com/highcharts#plotOptions.series.pointInterval

    If that doesn't do what you need, then it should just be a matter of parsing your object to get it do what you need...

提交回复
热议问题