We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zoomPlugin
I want to be able to register this plugin with my own instance of Chart, which is not named Chart in my case. i.e. I want:
Chart
import Chart2 from 'chart.js'; import zoomPlugin from 'chart.zoom.js'; Chart2.pluginService.register(zoomPlugin);
The text was updated successfully, but these errors were encountered:
Export as module
3b798e6
Resolves chartjs#16
5f4d5d4
Resolves #16
No branches or pull requests
I want to be able to register this plugin with my own instance of Chart, which is not named
Chart
in my case. i.e. I want:The text was updated successfully, but these errors were encountered: