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 implemented both packages and the dependecies, followed the guide of chartjs-plugin-zoom and tried different combinations of options but nothing happened, the zoom don't work. I'm working with React and test the site on Google.
Also, if I similarly implement a chart directly from chart.js, the zoom works, so it's not a problem with the code.
The same problem appears with another of your package: https://github.com/sgratzl/chartjs-chart-geo
The text was updated successfully, but these errors were encountered:
chartjs-plugin-zoom is operating on chart.js scales, like for a scatter plot or bar chart. A word cloud doesn't have scales, thus the plugin is not working. Similar situation in chartjs-chart-geo.
I implemented both packages and the dependecies, followed the guide of chartjs-plugin-zoom and tried different combinations of options but nothing happened, the zoom don't work. I'm working with React and test the site on Google.
Packages:
Below my simplified code:
General WordCloudComponent for reuse:
Component calling WordCloudComponent:
I tried the solution suggested here chartjs/chartjs-plugin-zoom#64 but nothing changes.
Also, if I similarly implement a chart directly from chart.js, the zoom works, so it's not a problem with the code.
The same problem appears with another of your package: https://github.com/sgratzl/chartjs-chart-geo
The text was updated successfully, but these errors were encountered: