We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When in a bar chart the x-axis label takes up additional space with grouped_categories enabled as opposed to default highcharts.
See comparison between standard: https://codesandbox.io/p/sandbox/highcharts-grouped-bar-chart-no-extension-hmzv46 and with the grouped-categories enabled: https://codesandbox.io/p/sandbox/highcharts-grouped-bar-chart-no-extension-forked-qrqpfs
I'd expect no difference between these two since we're not using grouped categories in the chart.
The text was updated successfully, but these errors were encountered:
Fixes blacklabel#212 ensure no label is added unless isGrouped
39e2e65
Successfully merging a pull request may close this issue.
When in a bar chart the x-axis label takes up additional space with grouped_categories enabled as opposed to default highcharts.
See comparison between standard: https://codesandbox.io/p/sandbox/highcharts-grouped-bar-chart-no-extension-hmzv46
and with the grouped-categories enabled: https://codesandbox.io/p/sandbox/highcharts-grouped-bar-chart-no-extension-forked-qrqpfs
I'd expect no difference between these two since we're not using grouped categories in the chart.
The text was updated successfully, but these errors were encountered: