Uh oh!
There was an error while loading. Please reload this page.
Use ChartWrapper to load/render charts. - #100
Conversation
wesalvaro
commented
Mar 31, 2016
R: @ebidel |
joekarasek
commented
Jun 29, 2016
I had issues getting google charts to load/render correctly on Safari and Firefox when the bower dependency was passed through gulp-vulcanize (I'm building a polymer app). My understanding (and I'm a junior developer) is that the polyfill for web components caused a race situation: google was 'undefined'. I patched the problem by adding an additional CDN call for google charts loader to the head of the page, but am now getting a warning about multiple calls for google loader. It would be great if your wrapper took care of this problem. I have not had the same issue with other google web components. |
wesalvaro
commented
Jul 10, 2016
Yes, this is an issue specific to the visualization libraries. It's being worked on, but is not ready yet. Sorry for the inconvenience, I'd love to see it fixed, too. |
wesalvaro
commented
Jul 25, 2016
@joekarasek Do you still have the same issue with the latest version (1.1.0) of the element? |
rslawik
commented
Sep 20, 2019
Migrated to |
This dumps a lot of code with no trade-off (hopefully).
It also loads the material chart libraries! yay
The only issue right now is that imageURIs are currently broken.