You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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: