You must be logged in to post your query.
Home › Forums › StockChart Support › State Maintained
Is there any functionality to store the current ‘State’ of my Charts like selected range, zoom/pan, selected navigator, date range, etc when I refresh the browser window.
@kamaliyavishal,
To retain the value after page refresh you can store it either in localStorage or sessionStorage or cookie. Please take a look at this stackoverflow thread for more information.
___________ Indranil Deo Team CanvasJS
Yes, but how can I get the navigator slider value(minimum/maximum) on changing the slider.
You can get the minimum and maximum of slider whenever slider range is changed using rangeChanged event.
You must be logged in to reply to this topic. Login/Register