vetrivel
Posts: 11
Joined: Wed Aug 19, 2020 7:23 am

Not showing numbers in the categories grouped stacked column chart

Hi Team,

The number is not showing in the categories grouped stack column chart. The attached images marked red colors are not showing numbers in the chart.
number.png
number.png (77.56 KiB) Viewed 343 times
Please help me.

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

Re: Not showing numbers in the categories grouped stacked column chart

Hi vetrivel!
We appreciate you reaching out to us!

There is a flag allowOverlap which decides whether to show all the data labels or not. By default, that flag is set to false which means show labels for some of the bars which have enough space to accommodate the label, for other bars the number is hidden. When we set the flag to true, it shows labels for all the bars irrespective of whether there is enough space or not.

Demo: https://jsfiddle.net/BlackLabel/vcL9as8g/
API Reference: https://api.highcharts.com/highcharts/s ... lowOverlap

Let me know if you have any further questions.
Best regards!
Hubert Kozik
Highcharts Developer
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Not showing numbers in the categories grouped stacked column chart

That's great to hear! In case of any further questions, feel free to contact us again.
Hubert Kozik
Highcharts Developer

Return to “Highcharts Usage”