Brad
Brad

Reputation: 12262

highcharts non numeric range on secondary yAxis

enter image description here

As seen in the right yAxis: 0, LOW, MED, HIGH - those are non numerical and I was wondering if it is possible to label it like that? I would assume I need to assign numerical values to each one, behind the scenes, otherwise highcharts won't know what is what.

I am new to highcharts, so I was not successful when searching for that option in the api. Any help is appreciated thanks.

Upvotes: 0

Views: 600

Answers (1)

Sebastian Bochan
Sebastian Bochan

Reputation: 37578

You can use labels formatter and produce names as you need.

http://api.highcharts.com/highstock#yAxis.labels.formatter

Upvotes: 1

Related Questions