SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Google Charts not Loading #157

Closed nolantait closed 3 years ago

nolantait commented 3 years ago

Google charts won't load, even on the demo page: https://nbviewer.jupyter.org/github/SciRuby/daru-view/blob/master/spec/dummy_iruby/Google%20Charts%20-%20%20Line%20Chart.ipynb

Console says that the GET request to "https://www.google.com/uds/?file=visualization&v=1.0&packages=timeline&async=2" or whichever package you are loading has failed.

Shekharrajak commented 3 years ago

Hi @nolantait Did you try it locally as well ?

nolantait commented 3 years ago

@Shekharrajak yeah I confirmed it in my local setup and then checked the demo page. Same error in local.

Shekharrajak commented 3 years ago

Working on it.