-
Notifications
You must be signed in to change notification settings - Fork 48
Reverted files and updated geochart chart window code #418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
…to horizon getting up to date
…nto horizon fixing merge conflict
Thanks for cleaning up this PR! It made it much easier to understand what was going on for me, I really appreciate it. When I run this example:
I get an apparent “infinite loop”, though what's really happening is one of two errors inside the chart library, either:
Or:
Relatedly, when I run the example using @blerner and I think there may be some kind of race condition between rendering the chart and getting its image data. Have you run into this as well/any ideas? @sorawee any insights from your experience? |
Also, when I do get the image, it doesn't use the red color in the docs (https://github.com/brownplt/pyret-docs/pull/64/files), I get: Have you seen any inconsistencies in how the images render in different browsers, etc? |
Closing this PR as obsolete since we're transitioning away from Google Charts towards Vega instead. Vega does support geographic charts (https://vega.github.io/vega/examples/), so we could port this over again if/when needed. |
No description provided.