Chartjs-How to create spacing between Charts and Legends in Chart.js

0👍

There is no built in way. What you can do is disable the legend and use the generateLabels function to get al the labels and make a custom legend https://www.chartjs.org/docs/latest/configuration/legend.html#legend-label-configuration

Leave a comment