chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
873 stars 473 forks source link

Add boolean property to match the Datalabels color with the corresponding line/bar color #404

Open bogdanblunt opened 9 months ago

bogdanblunt commented 9 months ago

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 dataset line/bar.

Possible Implementation There are a few suggestions on the internet that currently work as workarounds only for bar. It should be possible either to match the data set colors with the datalabels', or to have access to the data[dataIndex]'s color.