I am developing spline chart.
And this is my yAxis:
[
{
"title": {
"text": "Head (ft)",
"margin": 0,
"x": -5
},
"labels": {
"format": "{value:.0f}",
"x": -5
},
"visible": true,
"opposite": true
}
]
But yAxis title is not visible. How can i fix it?