reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

implement zoom in and zoom out #156

Open naeembhatti786 opened 7 years ago

naeembhatti786 commented 7 years ago

how can i implement zoom in/out in same react chart

benmccann commented 6 years ago

See https://github.com/chartjs/chartjs-plugin-zoom

Jareechang commented 6 years ago

plugins have only been introduced in Chart.js version >= 2.1.0 . I'll label this as 2.0.0.

dcworldwide commented 6 years ago

Would love to see this. We'll have a need for it in the next month as our company age is starting to make stat panning important.

dcworldwide commented 6 years ago

I've been using react-chartjs with chartjs 2.6. Does this mean that I can use the https://github.com/chartjs/chartjs-plugin-zoom now?

hstemplewski commented 5 years ago

@dcworldwide Are you use zoom and is it works ?