-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
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
support plugins for chartjs #643
base: master
Are you sure you want to change the base?
Conversation
we have need for this too - can this get merged? |
I'm also looking for support for plugins. Any advice on how to implement/combine angular-chart.js with chartjs-plugin-datalabels (e.g.: https://chartjs-plugin-datalabels.netlify.com/samples/charts/bar.html)? Especially when packaging with webpack. Thanks! |
@jtblin any chance this could be merged? Nice and simple but adds a huge amount of functionality and access to all the plugin events. |
@bchekuri If I am using your version of the library, how can I apply plugins now? If it is through a directive then, what is the directive name to be used in the canvas? |
@abhinav1602 there's a somewhat hacky way to do what you need with the current version. This is how I've done it.
|
Hi Jerome,
Good afternoon. In my project I was planning to use chartjs plugins. but I could not, so I added new directive to support that on the top of your code. I know I have to create issue, but its not an issue, It's kind of enhancement