-
Notifications
You must be signed in to change notification settings - Fork 123
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
Uncaught runtime errors; it happened sometimes (when I click for loading data quickly) #145
Comments
@yuniwahuni in order to better help you with debugging, could you make a simple repro example on https://codepen.io/ ? |
@vasturiano Up to now, the cause that i think is Asynchronous responce of backend. If I don't use backend, the error is not happen. but when I use backend and get data asynchronous, it happen somtimes.
|
Hi! Thank you for opening this issue. I have the same error using timelines-chart with vue.js, while refreshing too quickly. |
Hi,
I made timeline chart for inpatient medicine.
chart data is loaded by sql server (node js)
sometimes rendering is well, but sometimes cause error when render chart.
how could I fix this problem?
when it caused error
when it worked well
this is my source
The text was updated successfully, but these errors were encountered: