AndrewTucker
Posts: 2
Joined: Mon May 16, 2022 1:18 pm

Deciles chart

I am trying to produce a chart that shows an entity in a deciled list for one time period compared to another time period. In other words, company A was in the 3rd decile in 2020 but has slipped to the 5th decile in 2021. Which chart should I use please?
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Deciles chart

Hello Andrew

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

You can use a column chart to achieve this.
Demo: https://jsfiddle.net/BlackLabel/g7cfa6un/

Let me know if that was what you were looking for!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
AndrewTucker
Posts: 2
Joined: Mon May 16, 2022 1:18 pm

Re: Deciles chart

Thanks for your reply Michal, I have attached the chart I am trying to replicate. You advice is greatly appreciated!

I am also very open to other ideas how to show this data so please don't be constrained by my first effort!

Andrew
Quintiles.PNG
Quintiles.PNG (14.72 KiB) Viewed 133 times
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Deciles chart

Hi,

Then instead of a column chart, you can use a bar chart with multiple xAxis and plotLines to separate some data.

Demo: https://jsfiddle.net/BlackLabel/yx60veqa/
API: https://api.highcharts.com/highcharts/xAxis
https://api.highcharts.com/highcharts/xAxis.plotLines

Let me know if you have any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Usage”