javascript - Highstock rangeSelector and series.points in future -
i have few series data > today (e.g. 11.03.2014 - 31.05.2014) , facing 2 problems right now:
if using rangeselector 1y works fine, highcharts displays series correctly (11.03.2013 - 11.03.2014) if selecting in rangeselector , 1y again, highcharts displays series 31.05.2013 - 31.05.2014. ther possibility prevent selecting series > today?
same situation described make use of series.points - problem is, dont have data of series "xy" in future leads highstock error
typeerror: b undefined
. tried fix simple if condition:if(xy.points.length > 0)
, still throws error.
thanks in advance
Comments
Post a Comment