chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Chart.js plugin to display labels on data elements
### 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...
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...
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...
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....
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...
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...
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,...
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...
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...
 Is there a way to get this style of labelling in chartjs.