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

I have bar chart and I want to draw average line on this bar chart. My solution: In datasets, I add element with type as 'line': https://stackblitz.com/edit/ng2-charts-bar-template?file=src%2Fapp%2Fapp.component.ts public barChartLabels: Label[]...

I have a radar charts with dinamic data and the value of the bullet is not showned on the tooltip.

Is there a chance to support annotation for a single bar? [Introduce ability to annotate a single bar #132](https://github.com/chartjs/chartjs-plugin-annotation/pull/132) Example: [https://codepen.io/anon/pen/qLWwbx](https://codepen.io/anon/pen/qLWwbx)

**Steps to reproduce** https://stackblitz.com/edit/ng2-charts-pie-template-zkkwls I have attached `(chartHover)` event and it doesn't fire. Other events like click is working fine **Work around** I have tested the same on 2.2.0 and...

https://stackblitz.com/edit/ng2-ch How does one update the tick options at run-time? It isn't taking any effect.

**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...

Why line chart is making always area chart. as defined in charts.js examples [Line Chart](https://www.chartjs.org/samples/latest/charts/line/multi-axis.html) in not coming.

Hi This is a question. In the example for line chart on your homepage, you use @ViewChild to get a reference to the chart object. What if you have multiple...

This used to work, but seems to broken with Angular 8 and the latest ng2-charts library: When the data is not stored directly in a class field, but a property...

The global/default chart dataoption configuration feature of chart.js cannot be set currently. http://www.chartjs.org/docs/#chart-configuration-global-configuration I will begin work on this ~April 26th.

enhancement