-
Notifications
You must be signed in to change notification settings - Fork 130
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
Error handling for missing loader or missing chart package #123
Comments
Additionally, if gstatic.com site is down, loading loader.js blocks whole scripting until it is timeouted. I think we should load external scripts by IronJsonpLibraryBehavior as it used to be. |
I tried rewriting the codes by using IronJsonpLibrary, but it did not go well because |
Yes, that was the original reason that the We could do some magic, but not being able to access Until then, you may just need to fork your own copy that is able to work around it until a permanent solution is available. |
@wesalvaro Thanks for your clarification and suggestion. Actually, I've already created its fork here, that works fine for now. I've not tried, but I might be able to do the similar by lazy loading google-chart component itself. |
Unfortunately, I've decided to not use google chart due to the performance issue. I was using this component for drawing a simple line chart, but this component loaded so many library files which are totally almost 1MB without gzipped. I could not ignore the payload just for the one chart. I might not participate, but I hope google-chart for further development. If you think you don't need this feature, please feel free to close. Thank you till now. |
Hi.
I'd like to handle the title error cases.
An extreme case, Great Firewall blocks any connections to gstatic.com. Is there any way to handle this kind of errors?
The text was updated successfully, but these errors were encountered: