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.
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.
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.
ng-apexcharts Version: 1.10.0
bar: { dataLabels: { total: { enabled: true, } } },