Hi I am using RGraph in Angular 7 application. in the y axis i am showing names. instead of showing in one line i want to show in multiple lines. yaxisLabelsAngle: 25 is not working.

How to display y axis label in multiple lines in RGraph?
196 views Asked by Santhosh At
1
From the 3D style it looks like you have an older set of libraries so you may well need to update to the latest version (v6.00, which I just released this past weekend).
You can add newlines in your labels by using \n like this example shows.
Here's a codepen of an example 3D HBar chart:
https://codepen.io/rgraph/pen/MWJQRvX
For which the code is: