chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Chart.js plugin to display labels on data elements
 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.  And the same rendered via simple nodejs/canvas server side renderer do not:  ```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...
I see last updated 2022
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...