I use Chart.js 2.9.4. is there a possibility to interrupt the labels that are too long? The problem only comes with Pie Charts. When I try to close the following, I get a comma instead of a line break:
labels: [["long", "label"], "short label"]
I use Chart.js 2.9.4. is there a possibility to interrupt the labels that are too long? The problem only comes with Pie Charts. When I try to close the following, I get a comma instead of a line break:
labels: [["long", "label"], "short label"]