ng-apexcharts
ng-apexcharts copied to clipboard
change of attributes other than "series" cause the whole chart to reconstruct
README explicitly states that:
"Changing the attributes will automatically call the relevant update methods of ApexCharts and re-render it."
But that simply not true. Any input change rather than series
is triggering the chart destruction & re-creation which cause poor performance and unintentional animations.