chartjs-plugin-datalabels icon indicating copy to clipboard operation
chartjs-plugin-datalabels copied to clipboard

Chart.js plugin to display labels on data elements

Results 99 chartjs-plugin-datalabels issues
Sort by recently updated
recently updated
newest added

### Definition I have an application created with next.js which I am making client-side routing. I am using chartjs with datalabels on one page and I am getting a `Cannot...

needs test case

Hi, I have an alignment issue in the data label of the stacked bar chart. When toggling legends, data labels getting overlap with the bar and also have alignment issues...

support
needs test case

Hello guys, I'm currently trying to set up chartjs 3 + chartjs datalabels 2 along with requirejs, and I'm getting the following errors: ``` helpers.js:1 Uncaught ReferenceError: module is not...

needs test case

When zooming in the browser up to 200% for example and then restoring it back to 100%, the labels stay out of place and change their position to the center....

needs test case

Click listener invokes **two** onclick events: 1. one for data label 2. and the next one for chart `onClick` function. Does anyone know how to prevent chart onClick event if...

enhancement

The `click` listener regularly (but not always) returns the wrong value for the `ctx.dataIndex` when being used with a radar diagram. Sometimes it will return 0 when a different data...

needs test case

Are there any plans to improve the display of labels in pie charts? Currently I have situations like this: I'm not sure what is the best way to solve it,...

enhancement

Obviously the ideal would be to have the ability to simply not hide any labels by adjusting position on the labels until they don't overlap. However, another solution would be...

enhancement

I am using datalabels on my bubble chart, but sometimes the bubbles and datalabels collide. Is there any solution to fix collision or detect when they are overlapping? I can...

enhancement

![label](https://user-images.githubusercontent.com/47590338/56454205-d65e2000-637f-11e9-9300-dde062fa20fc.png) Is there a way to get this style of labelling in chartjs.

enhancement