joseraul
Posts: 4
Joined: Mon Jan 27, 2020 9:08 pm

Dual axes with horizontal columns

Hi!

Anybody knows if it is possible to create a chart like this: https://www.highcharts.com/demo/combo-dual-axes but the columns are horizontal instead of vertical? the X-axis would be at the top for the vertical columns.

Thanks!
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Dual axes with horizontal columns

Hi joseraul!
Thanks for contacting us with your question!

You can set chart.inverted property to true, but it will also affect the line series and make it inverted. Unfortunately, there is no possibility to make one series inverted. There is no such series option that could invert single series. When it comes to chart.inverted, it is used to invert axes so that the x-axis is vertical and the y-axis is horizontal.

Demo: https://jsfiddle.net/BlackLabel/gvu8dxnh/

Let me know if you have any further questions.
Regards!
Hubert Kozik
Highcharts Developer
joseraul
Posts: 4
Joined: Mon Jan 27, 2020 9:08 pm

Re: Dual axes with horizontal columns

Hi hubert.k, thanks for the reply.

This is what I thought, what a pity! I appreciate the effort anyway.

Regards
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Dual axes with horizontal columns

If you would like to see a feature like that implemented, feel free to create a feature request here: https://github.com/highcharts/highchart ... new/choose
With enough users' votes, we will gladly implement something like this.

If you have any further questions please let me know.
Regards!
Hubert Kozik
Highcharts Developer

Return to “Highcharts Usage”