-
Notifications
You must be signed in to change notification settings - Fork 40
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
This is plugin is not compatible with 3.x chart js verstion #23
Comments
Any update when this plugin updated to compatible with latest ChartJs version |
Same problem here. Definitely not compatible with the latest chartjs version. |
I have the same problem (chart.js@3.5.1) |
I have tried to update this plugin so that we can use with latest chartjs version 3 and above. I am not sure whether it is fully updated but with my change atleast I can use with latest chartjs version. var params = { new Chart(ctx, { |
@jagdaleganesh how do I use this in a project? |
@TijlDeclerckWd , you can just include js from attached zip and for uses I have already given code snippet. |
Hey, Guys alternatively you can try this. |
And for those looking for a working version, check this repo out: https://github.com/energiency/chartjs-plugin-piechart-outlabels |
This plugin is really awesome but looks like it is working with only 2.x chart js version. Can someone please share how I can make this plugin compatible with chartjs latest version.
Thanks,
The text was updated successfully, but these errors were encountered: