chartjs-plugin-zoom
chartjs-plugin-zoom copied to clipboard
Pan programatically on button click in React
Seems like chart.pan({x: amount})
doesn't work, where chart is a React ref to a bar chart
Could you provide more details please (a reproduction would be best to get someone to look at this). I would guess React is re-rendering the chart and losing the pan in the process.
I have the same issue in pure html project!