chartjs-react
chartjs-react copied to clipboard
Custom legend
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.