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 recently upgraded to ng2-charts ver. 3.0.7 from 3.0.0-rc.2 as part of upgrading my project from Angular 12 to 13. I am using chart.js 3.7.0 (confirmed...

Hello, What is the correct way to register a module in order to be able to configure it later in a configuration object ? I get a comprehensible error when...

**Reproduction of the problem** #### TS file ```ts import { Component, ViewChild } from '@angular/core'; import { BaseChartDirective } from 'ng2-charts'; import 'chartjs-adapter-moment'; function randNumGen(max) { return Math.floor((Math.random() * max)...

hi could you give me an example for how to add chartjs-plugin-annotation to last version of ng2-chart? because i can not get it work after uprade from this : https://stackblitz.com/edit/angular-juufpv?file=src%2Fapp%2Fapp.component.ts...

bug

**Reproduction of the problem** ng2-charts is a port & modification of Chart.js component for Angular 2. Sometimes the issue is related with Chart.js instead of ng2-charts. To confirm, if the...

**Reproduction of the problem** Hi, is there an example with the scriptable options https://www.chartjs.org/docs/master/samples/scriptable/bar.html ? Would be nice to see how to implement this case with ng2-charts.

documentation

add support for chartjs3 tree shaking via [.register](https://www.chartjs.org/docs/latest/getting-started/integration.html) method I think it would be great to have it per module ``` NgChartsModule.methodToDefineNeededModules(options) ```

feature request

**Reproduction of the problem** ng2-charts is a port & modification of Chart.js component for Angular 2. Sometimes the issue is related with Chart.js instead of ng2-charts. To confirm, if the...

feature request

Can custom chart types override the `colors` array? I am using https://github.com/kurkle/chartjs-chart-matrix to get a custom matrix chart. From what I can see in your example, to make custom charts...

**Reproduction of the problem** Hi, I am using the "ng2-charts": "^3.0.0-rc.4" and "chart.js": "^3.5.0". I want to enable or disable the tooltip dynamically. This are my configurations: ``` public barChartOptions:...