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

Having a strange chart rendering issue when loading chart on two different sized monitors. Laptop monitor loads and renders chart correctly however main monitor (27") does not render the chart....

Hi, im not new to ng2-chart. let me introduce an issue I'm using x and y coordinates as a dataset, it seems that the label xLabel always getting "0", although...

need to reproduce

I am updating from Angular8 to Angular9. My older version of ng2-charts (1.5) did not like the upgrade, so I also updated ng2-charts to the current latest (2.3.2). But I...

tried downloading charts using jspdf.html() function transforms background color to black.

how to increase legend spacing without increasing chart size? code: public pieChartOptions: ChartOptions = { responsive: false, maintainAspectRatio: false, legend: { position: 'left', labels: { usePointStyle: true, padding: 20, fontFamily:...

I would like to hide the line values and leave only the bar values in the graph. ### Component ```typescript import { ChartOptions, ChartType, ChartDataSets } from 'chart.js'; import *...

I was wondering if there's an option or a workaround to create a stacked radar chart with ng2-charts? Something like this : ![qFQdE](https://user-images.githubusercontent.com/11925424/73202788-171f6c80-413c-11ea-945c-40f679033948.png)

Hi, I ran into this problem using the latest version (2.3.2), but I also tried the beta, and it didn't help. **Reproduction of the problem** When I try updating the...

Desired behaviour: - up until the 3rd value, line color is red, afterwards blue Actual result: - line gets a light-grey color ![image](https://user-images.githubusercontent.com/15217055/83789580-9b13d300-a69f-11ea-991a-d3c13f9940e7.png) Mentions: - tried using borderColor with single...