chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Chart.js plugin to display labels on data elements
Now when a particular dataset is hidden, I would like to recalculate the total without that dataset. How do I accomplish this? Or is there a better way to solve...
I am trying to lazyload this plugin into my Vue3 script setup, like this: ``` const Vue3ChartJs = defineAsyncComponent(() => import('@j-t-mcc/vue3-chartjs')); const ChartJsPluginDataLabels= defineAsyncComponent(() => import('chartjs-plugin-datalabels')); ``` The problem is...
Hi I want to end up with a result like this:  Using: ```js anchor: 'end', align: 'top' ``` And then to add the suffix...
As of now there is a multiple labels on wiki on 1.0.0 version, but I cannot recreate them example of usage https://codesandbox.io/s/vue-chartjs-custom-labels-forked-wz52kw?file=/src/App.vue I've followed the code on wiki, but there...
The sum of the bar is shown wrong when there are negative values it the stack and last stack value is 0 (which is so it is not shown in...
Adding stack labels example, on Advanced > Custom Labels page, using a custom formatter to display `stack` series label instead of series value. Found [this issue](https://github.com/chartjs/Chart.js/issues/6025) to solve a problem,...
Please take a look at this graph: https://www.quemfazsite.com.br/temp/teste1.php Look at the legend (printscreen below with zoom so you can see better) and see that its text is not vertically aligned...
I use chartjs in my project and I need to display data on Doughnut. So, I install the plugin of datalabels `import { Chart , registerables } from 'chart.js'; import...
I update my version of chart.js and now I have many issue with the last version
**Feature Proposal** Currently, the data label's color is black and it can be changed to any fixed color. Chartjs doesn't have a property though, to match the color of the...