0

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?

Mike Zavarello
  • 3,514
  • 4
  • 29
  • 43
John Doe
  • 3,794
  • 9
  • 40
  • 72
  • 1
    Works with a basic [fiddle example](http://jsfiddle.net/f5nunbyq/), therefore, more information is needed. – ewolden Aug 14 '17 at 12:01
  • 1
    Please provide a live demo showing the problem. **ewolden** showed you a working demo and I am also unable to recreate the issue. You could edit the demo from above comment. – Kacper Madej Aug 14 '17 at 12:47

0 Answers0