vue3-apexcharts
vue3-apexcharts copied to clipboard
avoids re-initialization of ApexCharts
I found out that init method can be triggered twice when component gets mounted and series get updated very quickly after component got mounted. So I added a small check in the init method to double check if chart already exists.
Fixes #3