arthurgf93
Posts: 3
Joined: Mon Jul 26, 2021 5:23 pm

Horizontal bar graph starting from middle and 'growing' both ways

Example:https://imgur.com/a/YMM6IFH

Hi, how can i make a graph that looks like the image above, i couldnt find any example even close.

Heres something i tried, but its not even close: https://jsfiddle.net/ewv0sg7z/
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Horizontal bar graph starting from middle and 'growing' both ways

Hello arthurgf93!

Welcome to our forum and thanks for contacting us with your question!

I guess that we just need to customize a little your demo. I suggest disabling borderWidth to make the points from different series connected. Set one color for both series and modify the position of dataLabels.

API references:
https://api.highcharts.com/highcharts/s ... orderWidth
https://api.highcharts.com/highcharts/s ... taLabels.x
https://api.highcharts.com/highcharts/series.bar.color

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

Best regards!
Dominik Chudy
Highcharts Developer
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Horizontal bar graph starting from middle and 'growing' both ways

You're welcome!

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

Return to “Highcharts Usage”