witt
Posts: 22
Joined: Wed Aug 12, 2020 8:16 pm

Axis label missing - polar column chart

Why is the axis label for "80" missing in this chart: https://jsfiddle.net/wittski/5rfavu7z/30/ ?

Thank you!
witt
Posts: 22
Joined: Wed Aug 12, 2020 8:16 pm

Re: Axis label missing - polar column chart

It turns out that by adjusting the chart width and the x-axis label font size, you can get the y axis labels to appear as shown in https://jsfiddle.net/wittski/5rfavu7z/36/.

This also "fixes" the missing gridlines referenced in this bug: https://github.com/highcharts/node-expo ... issues/587

It's not just that there's not enough space - making the chart any larger than 400 causes the label to disappear.

I'm using this with the export server, and to make that work I used a chart width of 500.
User avatar
dawid.d
Site Moderator
Posts: 1189
Joined: Thu Oct 06, 2022 11:31 am

Re: Axis label missing - polar column chart

Hello,

Thanks for reaching out!

I reported this as a regression bug on our GitHub, see: https://github.com/highcharts/highcharts/issues/22145

As a workaround you can turn on the `allowOverlap` option.

Demo: https://jsfiddle.net/BlackLabel/1phufwe8/

Best regards,
Dawid Draguła
Highcharts Developer

Return to “Highcharts Usage”