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
310 stars 78 forks source link

Stacked Bar Chart: Total value not centered #336

Open pprueller opened 2 weeks ago

pprueller commented 2 weeks 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 1 week ago

Please provide a reproducible codepen/codesandbox.

pprueller commented 1 week ago

Please provide a reproducible codepen/codesandbox.

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