Hello, Canvasjs Team! thanks for Stockchart!
I need your help for set minimum value of slider on navigator of stockchart.
Stockchart.navigator.slider.set('minimum', new Date(2018, 01, 01));
after first loading, it’s correctly working.
but after panning chart, it’s not working.
What’s the problem?
This is the jsfiddle link for the problem.