Replies: 3 comments
-
@22367rh Did you ever find a solution to this? I'm facing the exact same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
@22367rh Have you resolved this? I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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