I use Chart.js to display a Radar Chart. My problem is that some labels are very long : the chart can\'t be display or it appears very small.
So, is there a way to b
You can write a javascript function to customize the label: // Interpolated JS string - can access value scaleLabel: "<%=value%>",
// Interpolated JS string - can access value scaleLabel: "<%=value%>",
See http://www.chartjs.org/docs/#getting-started-global-chart-configuration