Highcharts highstock update date filter with javascript -
i'm trying manually update highstock date filter using js. have tried updating inputs doesn't seem work, wonder if possible.
that inputs directly connected first xaxis on chart. in other words, update them (and actual range on chart) use chart.xaxis[0].setextremes(min, max)
.
note: min
, max
values have timstamps.
Comments
Post a Comment