-
Notifications
You must be signed in to change notification settings - Fork 238
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
Support events like "update-start" and "update-end" #67
Comments
Hi, I'm trying to use the events but they do not seem work:
This line is never called: Not supported yet? Thanks |
@abakirov could be I just didn't implement in the way you'd expect, but it should work. I think "update-start" will only fire when "update()" is called on the chart. Try changing your example to "update-end" and see if it fires when the chart has loaded:
|
p.s. start will get fired in this case:
|
Why wouldn't the update_start fire on .show() ?? |
I don't know, I can probably change. I think my logic was that if we are calling
Why not just do:
Maybe flawed logic, but that was my thinking anyway. I'll take a look at making the change. |
In some cases loading data takes several seconds. For anything above 1-2 sec we would like to show a progress bar. Please support events like
update-start
andupdate-end
to facilitate this. This could be something similar to corresponding events in FeatureLayer.The text was updated successfully, but these errors were encountered: