Chartjs-I would like to rotate yAxes scaleLabel in Angular Chart.js

0👍

They were referring to this line in the Chart.js source code. You can comment it out to achieve your desired effect.

You can also implement your own scale if you like to avoid changing Chart.js source code, but you will have to override the draw: function(chartArea) {} function which is quite a lot of library code anyway.

Leave a comment