ng-apexcharts icon indicating copy to clipboard operation
ng-apexcharts copied to clipboard

change of attributes other than "series" cause the whole chart to reconstruct

Open SBD580 opened this issue 4 years ago • 0 comments

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.

SBD580 avatar Jan 23 '21 21:01 SBD580