react-chartjs-2
react-chartjs-2 copied to clipboard
Legend labels are not wrapped.
legend: {
display: true,
position: "right",
align: "start",
itemWrap: true,
padding: 0,
labels: {
usePointStyle: true,
boxWidth: 15,
itemWrap: true,
fontSize: 10,
fontFamily: "Lexia",
fontColor: "#3C4242",
padding: 8
},
added itemwrap properties but still the legend labels are not wrapped
Hi @anusha-ey
I don't believe itemWrap
is a valid property of legend
(at least as of chart.js version 3.7.1).
If the issue is still relevant, please take a look at this similar issue on stackoverflow.
Cheers!