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
Hi, I'm able to install the lib with npm i chartjs-top-round-bar and import it in my component, however when I try to use the parameter barRoundness: 0.3 inside options, the compiler gives me the following error:
'Object literal may only specify known properties, and 'barRoundness' does not exist in type 'ChartOptions'.
I'm using Angular 10.
Could you help me with that? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I'm able to install the lib with npm i chartjs-top-round-bar and import it in my component, however when I try to use the parameter barRoundness: 0.3 inside options, the compiler gives me the following error:
'Object literal may only specify known properties, and 'barRoundness' does not exist in type 'ChartOptions'.
I'm using Angular 10.
Could you help me with that? Thank you!
The text was updated successfully, but these errors were encountered: