I
I
Igor Pushkarsky2016-06-26 09:41:08
JavaScript
Igor Pushkarsky, 2016-06-26 09:41:08

How to make the y-axis on the left in highcharts?

Good afternoon!
There is such a thing used by highstock.js, I configured the plugin, except for one, I don’t understand how to make the Y axis on the left, not on the right?
It should turn out, just like on Yandex , in this form , I re-read all the api but did not find anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2016-06-26
@RainMEN

Set opposite: true for yAxis.
For example:

yAxis: [{
            opposite: true,
            title: {
                text: 'Test title'
            }
        }]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question