Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis

后端 未结 3 1299
滥情空心
滥情空心 2021-01-18 09:22

When using Highcharts (v.3.0.5), I have multiple Y Axis displayed in the same chart. Using the legend, a user can choose to hide or show any of the Y Axis as they want. All

3条回答
  •  青春惊慌失措
    2021-01-18 10:06

    you can use yAxis.setTitle() and set/remove the title when needed.

    here is the api documentation link

提交回复
热议问题