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

Multi-line functionality #309

Open Andrew-Scott-96 opened 4 months ago

Andrew-Scott-96 commented 4 months ago

When using an array to separate data labels into multi-line labels on a donut chart, initially the labels are formatted onto 2 lines as expected. However, when hovering over the chart and leaving it again, the format breaks and reverts to a single line comma separated list. Before and after screenshots are attached for reference. Before hover: image

After hover: image(1)