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

I have problem to display datalables on top of each bar. using Chart.js 4.4.0 and chartjs-plugin-datalabels 2.2.0. here is the code that i try that not working. https://codepen.io/2uk3y/pen/rNPyPgW any mistake?

Here are my chart.js versions: Error: `Cannot read properties of undefined (reading '_labels')` Problem statement: I can't produce the workflow or step-by-step why it creates an issue. I make sure...

needs test case

I would love to be able to return an Image rather than text to place on the graph cell/element (my particular use-case is a stacked bar chart) Along with the...

### Summary Both the .js and .cjs versions of chart.js are imported and bundled when using this plugin. ### Libs versions * chart.js: 4.4.0 * chartjs-plugin-datalabels: 2.2.0 * react-chartjs-2: 5.2.0...

See this demo: https://codesandbox.io/s/chart-js-data-labels-plugin-clip-issue-mqkrgd?file=/src/App.tsx It use zoom and datalabels When using with zoom, you have to set `clip: true` on datalabels, otherwise the label will overlap with the yAxis But...

I use chartJS with chartjs-plugin-datalabels on a laravel inertiajs app. When I am in DEV mode there are no errors and everything works normally, after carrying out the BUILD there...

It looks like that the labels are broken with Pie Chart labels in the latest ChartJs ``` chartjs-plugin-datalabels.esm.js:118 Uncaught TypeError: Cannot read properties of null (reading 'x') at orient (chartjs-plugin-datalabels.esm.js:118:19)...

needs test case

I have a bar chart (horizontal in this case, but vertical would be the same thing) where I want the labels to sit right inside the end (right or top)...

When using a stacked horizontal bar chart, there are many cases where a label from one bar overlaps another, which can be misleading and visually unappealing. It would be really...

On the [scriptable options page](https://chartjs-plugin-datalabels.netlify.app/guide/options.html#scriptable-options) we see the type of `font.size` as `string`. However if we visit the [fonts page](https://chartjs-plugin-datalabels.netlify.app/guide/options.html#scriptable-options) we see that type of `size` has been mentioned as...