-1
我想將數據添加到highstock,其中x軸不是時間,我如何希望我的每個數據(x,y)與時間關聯爲第三個參數並用於滾動或選擇數據範圍。任何人有任何建議或插圖做這個?Highstock Chart with data with time and not in x ais
我想將數據添加到highstock,其中x軸不是時間,我如何希望我的每個數據(x,y)與時間關聯爲第三個參數並用於滾動或選擇數據範圍。任何人有任何建議或插圖做這個?Highstock Chart with data with time and not in x ais
highstock需要x參數作爲時間戳,才能使用滾動條/範圍選擇器。如果你只需要爲highcharts scoller你可以這樣做:
xAxis:{
min:0,
max:5
},
scrollbar:{
enabled:true
},
可能重複:http://stackoverflow.com/questions/9378693/highstock-with-numbers-instead-of -date功能於x軸 – 2014-11-10 06:26:06