chartjs-react icon indicating copy to clipboard operation
chartjs-react copied to clipboard

Custom legend

Open Darhagonable opened this issue 3 years ago • 0 comments

Chart.js supports creating custom HTML legends

Would be be possible for some built in support for custom React legends?

Only way i have figured out to do this is to have an extra ReactDom.render() to to create the legend within an element with specified id which is pretty hacky and ugly.

Darhagonable avatar May 06 '22 14:05 Darhagonable