vue-apexcharts
vue-apexcharts copied to clipboard
Apex-Charts reactive with Vue ?
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 Hi, you have to update it this way from readme: https://github.com/apexcharts/vue-apexcharts#how-do-i-update-the-chart
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); },