Chartjs-How to change point style legend to diamond in chart js

1👍

The pointStyle should be updated to rectRot instead of rect. Please read more about it here

Updated JSFiddle

Edit: For adding a '%' sign at the end of each tooltip label, add a tooltip callback as shown in the following JSFiddle

Leave a comment