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 using a stacked 100% bar chart, the percentage is not calculated. Instead, the labels are just rendered with a '%' after the number.
chart: { type: "bar", height: 350, stacked: true, stackType: "100%" },
This can even be seen in the demo: https://apexcharts.com/angular-chart-demos/bar-charts/stacked-bars-100/
Note that adding the '2013' row does not equal 100%.
The text was updated successfully, but these errors were encountered:
any solution to this issue?
Sorry, something went wrong.
running angular 18.1.2 apexcharts: "^3.51.0", ng-apexcharts: "^1.11.0"
No branches or pull requests
When using a stacked 100% bar chart, the percentage is not calculated. Instead, the labels are just rendered with a '%' after the number.
chart: { type: "bar", height: 350, stacked: true, stackType: "100%" },
This can even be seen in the demo: https://apexcharts.com/angular-chart-demos/bar-charts/stacked-bars-100/
Note that adding the '2013' row does not equal 100%.
The text was updated successfully, but these errors were encountered: