Zoom plugin isn't working if Zoom and Boxselect plugins are implemented simultaneously in our Charts #637
Unanswered
sitaramaraju555
asked this question in
Q&A
Replies: 1 comment
-
Converted to discussion as there is nothing to fix in this (without more information) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have imported CDNs in the following order to implement zoom and boxselect in my chartjs application:
-moment.js
-hammer.js
-zoom plugin
-bundle.js
-boxselect plugin
situation1 :
If we import all of them as shown above, the zoom functionality isn't working (No errors either)
situation2 :
If we comment out bundle.js, zoom works, but not boxselect
Any leads to get both functionalities working together?
Beta Was this translation helpful? Give feedback.
All reactions