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. highstock filter

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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -