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

When you deselect some legend and then update data it won't reset it.

I have created a doughnut chart and it works great with the exception of the legend. The functionality of the legend works. The style of the legend has issues. When...

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

Hi! I new in chart.js and ng2-charts and have a question about set width legent text or move text to next line. ![1](https://user-images.githubusercontent.com/34217518/68166193-69108600-ff83-11e9-883b-6abd3ca77e0c.png) here is my code: ``` ` public...

The current version of lodash being leveraged is 4.17.11. Per NPM Audit and Snyk scans, this version is vulnerable to a Prototype Pollution vulnerability. See https://snyk.io/vuln/SNYK-JS-LODASH-450202 for details. It is...

In the BaseChartDirective object named Chart has no declared resetZoom() function. Problem causes aot compilation error.

It seems that somewhere between ng2-charts version 2.0.0 and 2.0.1 an issue was introduced where updating a bar or pie chart's underlying data causes the whole chart to be redrawn...

The lines near the dots are round, and I want them to be straight. In the documentation borderJoinStyle is "miter" default, however the chart is round anyway. I also tried...

Hi ng2-charts team: I am trying to create a vertical stacked bar chart. When I create it in stackblitz, it renders as expected: https://stackblitz.com/edit/angular-dzp5e7 . However, when I run this...

before request of update dataset, `dataset = [defaultDataset, datasetA];` when the chart data expected to be update as `dataset = [defaultDataset];` error occur on chart.js line 90 ` this.chart.data.datasets.forEach(function (dataset,...