chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements

Home Page:https://chartjs-plugin-datalabels.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bogdanblunt opened this issue · comments

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.