0👍
After more research, yes Chartjs provides an easy interface to customize the legend. Each chart accepts a legendCallback
function that takes the chart object as it’s only argument and returns a html string representing the legend.
See Chartjs docs for more info.
Source:stackexchange.com