How to disable range selector from highstocks charts
highcharts, javascript
Solution
In your chart config, set `rangeSelector.inputEnabled` false.
Problem
I'm trying to disable the from - to range selector that comes by default in highstocks. Looked up the api documentation but didn't find a solution. Thanks for the support!