dwjung
Posts: 34
Joined: Fri Dec 04, 2020 3:27 am

Multiple YAxis charts

Hello,

I'm making a stock chart with multiple YAxis and each YAxis has a different value range.

https://codesandbox.io/s/reverent-colde ... kChart.jsx

You can see "function getYaxis(value)" and it is for drawing charts for each YAxis.

Is there any efficient way to implement this with highchart api?

Best regards.
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Multiple YAxis charts

Hello dwjung!

We appreciate you reaching out to us!

I'm afraid that there's no API option that would do that, but in my mind, your solution works fine. It's quite simple and doesn't worsen the performance.

​If you have further questions, you may reach out to me at any time.
Best regards!
Dominik Chudy
Highcharts Developer
dwjung
Posts: 34
Joined: Fri Dec 04, 2020 3:27 am

Re: Multiple YAxis charts

Thank you.

Best regards.
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Multiple YAxis charts

You're welcome!

In case of any further questions, feel free to contact us again.
Dominik Chudy
Highcharts Developer

Return to “Highcharts Stock”