esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

Update Brush to allow for mobile use with touch #429

Open jagribble opened 4 years ago

jagribble commented 4 years ago

Fix to issue #206

Simply updated the brush component to use:

Have also had to adjust how the pageX & pageY values are retrieved based on the type (mouse or touch) due to the different events.

This is it working on my device. React-timeseries-touch-demo

(Have run npm run build as required)