apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
325 stars 81 forks source link

Stacked Bar Chart: Total value not centered #336

Open pprueller opened 5 months ago

pprueller commented 5 months ago

The total values are not centered over the stacked bars. With offset i will get a incorrect behaviour when the page gets responsive. In the normal bar chart (without stacked: true) the labels are centered.

Bildschirmfoto 2024-06-12 um 16 25 43

ng-apexcharts Version: 1.10.0

bar: { dataLabels: { total: { enabled: true, } } },

junedchhipa commented 5 months ago

Please provide a reproducible codepen/codesandbox.

pprueller commented 5 months ago

Please provide a reproducible codepen/codesandbox.

https://codepen.io/pprueller/pen/OJYZqWV

Hari-devv commented 4 months ago

I'm also facing the same issue. Please provide if there is any workaround for this.. thanks. 🙂