Replies: 5 comments
-
@22367rh Did you ever find a solution to this? I'm facing the exact same problem |
Beta Was this translation helpful? Give feedback.
-
@22367rh Have you resolved this? I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
The issue of not displaying Group total in apexchart has been raised as an issue It may be solved one day, but I couldn't wait, so I solved it as follows. |
Beta Was this translation helpful? Give feedback.
-
Anyone found a solution for this in 2025? |
Beta Was this translation helpful? Give feedback.
-
I am not sure if this works for all series but there is already a w.globals.stackedSeriesTotals. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the chart style from https://apexcharts.com/javascript-chart-demos/bar-charts/grouped-stacked-bars/ as I noticed it fit my needs perfectly except I cannot get it to show the total per group per category. This is the modification to the default example but that ends up as shown in the screenshot attached.
Anyone know a way to achieve what I need or should I raise a feature request?
plotOptions: { bar: { horizontal: true, dataLabels: { total: { enabled: true, offsetX: 10, style: { fontSize: '13px', fontWeight: 900 } } } } }
Beta Was this translation helpful? Give feedback.
All reactions