Saved Bookmarks
| 1. |
Highstock Highcharts Irregular Data Gets Wrong X-scale? |
|
Answer» You will need to set the XAXIS.ordinal property to FALSE, this is true by DEFAULT. True value indicates the points should be placed at FIXED INTERVALS w.r.t space (pixels), and False changes points to be placed at fixed intervals w.r.t. time xAxis: { You will need to set the xAxis.ordinal property to false, this is true by default. True value indicates the points should be placed at fixed intervals w.r.t space (pixels), and False changes points to be placed at fixed intervals w.r.t. time xAxis: { |
|