Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I create multiple Y Axes chart ? #82

Closed
hiteshpatwari opened this issue Feb 27, 2014 · 5 comments
Closed

How can I create multiple Y Axes chart ? #82

hiteshpatwari opened this issue Feb 27, 2014 · 5 comments

Comments

@hiteshpatwari
Copy link

I am facing a requirement, where I need to use multiple axes in the chart, I see that highcharts already supports this :

http://www.highcharts.com/demo/combo-multi-axes

JSFIddle :
http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/combo-multi-axes/

Is this functionality being developed ?

@pablojim
Copy link
Owner

pablojim commented Mar 2, 2014

This isn't supported yet.

@fouzes
Copy link
Contributor

fouzes commented Apr 21, 2014

Check JSFiddle http://jsfiddle.net/WsV4Q/
May this issue can be closed?

@pablojim
Copy link
Owner

Thanks @fouzes

So multiple axes work if you place them in the main options object as in your jsfiddle. However currentMin and Max properties shown in the examples are not yet supported. This would require an enhancement

@pscanlon1
Copy link

I cant even get this to work with angular. Your fiddle suggestion makes complete sense.

Highcharts error #18: www.highcharts.com/errors/18

@benelliott
Copy link

I got this working by putting my y-axis properties at configObj.options.yAxis rather than configObj.yAxis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants