Highstock - Set Extremes Beyond The Data Range
I have a highstock chart with data in the range [t1 , t2] in the x axis, and I want to set the axis extremes to [t1, t3], being t3 higher than t2, resulting this in a portion of th
Solution 1:
It's caused by ordinal axis. Set xAxis.ordinal = false
and will work the way you want to, see: http://jsfiddle.net/tW9Te/1/
Post a Comment for "Highstock - Set Extremes Beyond The Data Range"