Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appendSeries instead of updateSeries #346

Closed
psteh opened this issue Feb 20, 2019 · 1 comment
Closed

appendSeries instead of updateSeries #346

psteh opened this issue Feb 20, 2019 · 1 comment

Comments

@psteh
Copy link

psteh commented Feb 20, 2019

Is there any method to append the chart with new series?

Unlike appendData which seems to append data points on existing series meanwhile updateSeries will overwrite the existing series.

apexChart.appendData([{
    name: l,
    data: point,
}]);

untitled

@junedchhipa
Copy link
Contributor

Currently, there is no method, but I will think of adding it in the next releases.

@junedchhipa junedchhipa transferred this issue from apexcharts/vue-apexcharts Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants