yAxis标题不可见。 (highcharts)

时间:2017-08-14 11:51:26

标签: charts highcharts angular2-highcharts

我正在开发样条图。

这是我的yAxis:

[
  {
    "title": {
      "text": "Head (ft)",
      "margin": 0,
      "x": -5
    },
    "labels": {
      "format": "{value:.0f}",
      "x": -5
    },
    "visible": true,
    "opposite": true
  }
]

但yAxis标题不可见。 我该如何解决?

0 个答案:

没有答案
相关问题