I am trying to use react-slider to build a range selector component that I will later integrate with a chart, my goal is to be able to both drag and drop handles to change the min and max values of the range or to be able to drag the selected range across the range selector, similar to what highcharts does with their range selector (example: highcharts range selector)
How would you go about implementing this behaviour?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am trying to use react-slider to build a range selector component that I will later integrate with a chart, my goal is to be able to both drag and drop handles to change the min and max values of the range or to be able to drag the selected range across the range selector, similar to what highcharts does with their range selector (example: highcharts range selector)
How would you go about implementing this behaviour?