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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: