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

How can I generate random colors for bubble of bubble chart. I don't want to statically define backgroundColor of bubble, because data are huge

On project we updated Chart.js to version 2.9.0 and I get this messages in console: `bar chart: "scales.[x/y]Axes.categoryPercentage" is deprecated. Please use "dataset.categoryPercentage" instead` and `bar chart: "scales.[x/y]Axes.maxBarThickness" is deprecated....

Hi everybody, Can anyone help me how to make custom legend in chartjs when using ng2-chart. In Chart.js V2 document, i using function generateLegend() to make it, but in angular...

question

He tried to integrate a plugin but I could not make it work, then I leave the error, the TS, the HTML and the package.json. Any suggestions that do not...

In the .ts file, my colors are defined as: public chartColors: Color[] = [ { // blueberry backgroundColor: '#cdd9e6', borderColor: '#064180', pointBackgroundColor: '#064180', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', pointHoverBorderColor: '#cdd9e6' },...

Is there a way to show tooltips programmatically? [I've found a way](https://stackoverflow.com/a/55388812/4783564) to simulate hover state on vanilla chart.js but can figure out how to do it in Angular...

I've been trying to add rounded corners to a doughnut/gauge chart. I've tried to use ViewChild to try to manipulate the canvas with no success. Has someone encountered this problem...

Moment js increase the bundle size, add option to remove it while build Moment.js is installed along Chart.js as dependency. If you don't want to use Moment.js (either because you...

Is there any option to zoom the data as below link? https://echarts.apache.org/examples/en/editor.html?c=area-simple

Chart.js [provides](https://www.chartjs.org/docs/latest/general/responsive.html) onResize option in the configuration, which gets invoked upon canvas resize. Do we also have a similar event getting emitted in ng2-charts?