[![enter image description here]
I have this chart plotted and as we can see the y axis label names are appearing in multiple lines. There are 3 columns selected in Y AXIS. Is there a way where we can display them each in one line
[![enter image description here]
I have this chart plotted and as we can see the y axis label names are appearing in multiple lines. There are 3 columns selected in Y AXIS. Is there a way where we can display them each in one line
You can set
width
style for y-axis title and position it in therender
event callback. For example:Live demo: https://jsfiddle.net/BlackLabel/q1sykznu/
API Reference: https://api.highcharts.com/highcharts/yAxis.title