python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Some imports are missing in ng2-charts@3.0.8
I have recently update chart.js from 2.9.4 to 3.6.0 and ng2-chart from 2.4.3 to 3.0.8.
I have followed the migration guide from chart.js to migrate to v3.X
I've update my imported module from import {...
E-Mohamed
Votes: 0
Answers: 1
Difference between NgChartsModule vs ChartsModule from 'ng2-charts'
At the moment I am developing a dashboard using Angular 13 + NG 2 charts. Want to know the difference between,
import { NgChartsModule } from 'ng2-charts';
import { ChartsModule } from 'ng2-charts';
SIW
Votes: 0
Answers: 1
ng2-charts display multiple pie charts using *ngFor
I'm trying to display multiple pie charts in the same page that are loaded from the same component. So far I've found only ways where you have to "hard code" the charts instead of iterating ...
Dan G
Votes: 0
Answers: 0
How to colorize individual rings in polar chart background in chart.js/ng2-charts?
I am trying to change the color of individual polar chart rings using chart.js version and ng2-charts in Angular but in the documentation of particular versions, I haven't found anything related to it...

Muhammad Ahsan
Votes: 0
Answers: 2