ng2-charts icon indicating copy to clipboard operation
ng2-charts copied to clipboard

Beautiful charts for Angular based on Chart.js

Results 144 ng2-charts issues
Sort by recently updated
recently updated
newest added

**Reproduction of the problem** - I have installed and configured eslint (9.4.0) which has new flag config system i.e eslint.config.mjs file. - installed the eslint-plugin-header with latest version (3.1.1) -...

**Reproduction of the problem** I am unable to build a project using ng-charts when Angular is bumped to 18 from 17. Here is the error: ![image](https://github.com/valor-software/ng2-charts/assets/85562318/88e21a47-8cb2-4a26-9a19-d5372f599cd3) As you can see,...

**Reproduction of the problem** ```HTML ``` ```TypeScript public chartClicked(event: { event?: ChartEvent; active?: object[] }): void { if (event.active && event.active.length > 0) { const myChartDataLabelIndex = event.active[0].index; // `Property...