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

![image](https://github.com/chartjs/chartjs-plugin-datalabels/assets/99869750/ae929908-4d83-4809-bae7-f8e2908f1598) Spaces between numbers are too tight so I tried to adjust with option "letterSpacing" but it changes nothing. Is there anyway I can change the css?

Hello, I'm currently tying to use this plugin to render labels over bars on a horizontal stacked bar chart. My aim is to have something that matches a Gantt chart....

I have a challange where a data point is on the top right of the graph. I need to prevent the label from cutting off with 2 challenges: 1. Multiple...

Not sure why or how, but when i use this plugin, i get a null pointer exception when accessing 'origin' on first paint of the animation. By using the ?....

Can someone explain how to add a datalabel just for the Y axis and not for both ?

If a `formatter` is provided, this has effect on the labels that appear on the chart directly, but it seems not on the tooltip labels. How can I make sure...

With this example: https://codepen.io/usmortality/pen/KKjbzrj the datalabels render correctly. ![Screenshot 2024-09-05 at 6 23 50 PM](https://github.com/user-attachments/assets/7396bc31-2c08-48b0-9169-a70dc30fdb20) And the same rendered via simple nodejs/canvas server side renderer do not: ![localhost](https://github.com/user-attachments/assets/104887b0-16b5-41ed-851c-75a12eec77e0) ```js import...

Hi, everyone! I hope this message finds you well. I'd like to know if anyone has encountered this bug in the video where the chart keeps shrinking until it disappears...

Simple text parsing to add some basic text styling. With this PR it's possible to add bold or italic into the text. example: ```javascript formatter: function(value) { return 'normal text...