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

Ignored type when data is loaded asynchronously #317

Closed
darkoromanov opened this issue Feb 11, 2019 · 2 comments
Closed

Ignored type when data is loaded asynchronously #317

darkoromanov opened this issue Feb 11, 2019 · 2 comments

Comments

@darkoromanov
Copy link

Mixed types don't work when series data is loaded asynchronously.

Look at this example: https://codepen.io/greentreelabs/pen/exrjaR

If you comment the setTimeout call, then the chart works as expected.

@darkoromanov darkoromanov changed the title Ignored type when data is loaded asynchronously (Vue) Ignored type when data is loaded asynchronously Feb 11, 2019
@darkoromanov
Copy link
Author

I found a wordaround: https://codepen.io/greentreelabs/pen/MLGMjw

Basically, the chart is hidden and then shown when data is received and loaded.

@junedchhipa
Copy link
Contributor

Ok, thanks for reporting.
Although you found a workaround, this will be addressed in the core apexcharts library.

@junedchhipa junedchhipa transferred this issue from apexcharts/vue-apexcharts Feb 12, 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