-
Notifications
You must be signed in to change notification settings - Fork 215
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
chartjs-plugin-labels not working on angular 8 #116
Comments
try this and add
|
@alyleite the above solution did not work for me. do you have a link to stackblizt |
@theFallen78 - I have the exact same issue in regards working in development, but not when running with --prod. The only difference is that I am using Angular 9.1. Did you mange to get this working? |
I just did one more test and fixed it. Also added |
It's same with Angular 8 But it is still not working with --prod. |
In my case it is not working in any case though I am using |
@craigyg121 ,
--component.ts @component({
}; constructor() { } ngOnInit() {
}
}
}
} returnSum(){ }` |
Hi,
We have recently upgraded to Angular 8 and Primeng packages which earlier use charts.js and piece label.js to display the value on the chart.
As I came to know that piece label. js has renamed to chartsjs-plugin-labels so I did the changes accordingly and it starts working on the development machine however when I build the angular app in the production configuration then it's not working and I am not able to figure out the root cause for the issue.
Any pointer or guidance to look for the issue is highly appreciated.
The text was updated successfully, but these errors were encountered: