aritasdias
Posts: 2
Joined: Tue Feb 24, 2015 11:13 am

title and values on y axis on different sides [SOLVED]

Hi!
I would like to know if it's possible to put the title of an axis on the left side of the graph and the values of said axis on the right part. Using an example from the demo: http://jsfiddle.net/gh/get/jquery/1.9.1 ... ne-labels/ the temperature (ºC) would stay on the left but the values would go to the right.
I've tried to put

Code: Select all

opposite: false
on

Code: Select all

title {
text: 'Temperature (°C)',
opposite: false
}
and on the yaxis

Code: Select all

opposite: true
but that doesn't work.

Is there a way to do it? If so can someone point me to the right direction?
Thank you!

SOLUTION:
Created two yaxis, one with the title on the left and another without title with opposite true with the values.
thank you for everything, regardless.

Return to “Highcharts Usage”