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

Apex-Charts reactive with Vue ?

Open UpsylonDev opened this issue 2 years ago • 2 comments

Apex-Charts data not responsive with view? the options change but not the data on an onBeforeMount ??? are there examples with a simple change of data?

UpsylonDev avatar May 12 '22 14:05 UpsylonDev

@UpsylonDev Hi, you have to update it this way from readme: https://github.com/apexcharts/vue-apexcharts#how-do-i-update-the-chart

Flatroy avatar May 20 '22 16:05 Flatroy

thanks but this example does not work on data(series) . a lot of inconsistencies and contradictions in the documentation in this library which is really good. I found that updateSeriesLine() { this.$refs.realtimeChart.updateSeries([{ data: this.series[0].data, }], false, true); },

UpsylonDev avatar May 23 '22 09:05 UpsylonDev