You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have quite complicated workflow, but figured out the simpler one to repeat the same issue:
Having simple simple page, i need to re-create the chart with different settings... zooming in the chart gives a bunch of errors once i try to zoom in or zoom out: chartjs-plugin-zoom.min.js:7 Uncaught TypeError: Cannot read property 'zoom' of undefined
I may be the issue of the plugin itself or i use it in some wrong way?
Here is the code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have quite complicated workflow, but figured out the simpler one to repeat the same issue:
Having simple simple page, i need to re-create the chart with different settings... zooming in the chart gives a bunch of errors once i try to zoom in or zoom out:
chartjs-plugin-zoom.min.js:7 Uncaught TypeError: Cannot read property 'zoom' of undefined
I may be the issue of the plugin itself or i use it in some wrong way?
Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions