winston / google_visualr

A Ruby Gem for the Google Visualization API. Write Ruby code. Generate Javascript. Display a Google Chart.

Home Page:http://googlevisualr.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://googlevisualr.heroku.com/ is not working

Shekharrajak opened this issue · comments

I am working on plotting system for the ruby gem Daru . I want to use google_visualr to plot interactive graphs like google chart JS code.

I read this line in the readme file :

Please refer to the GoogleVisualr API Reference site for a complete list of Google charts that you can create with GoogleVisualr.

But I the link is not working any more. Please tell me an alternate source to read more about this gem , so that I can use it in Daru gem. I am trying to understand this gem using spec.

Can we do all the things like Google chart tool ? Is it just a wrapper for Ruby ?

Ping @winston

Hi, the link needs an update. Should be http://googlevisualr.herokuapp.com/ instead.

Yes, it's a wrapper around Google Chart. But not for everything. Let me know if the reference site helps to explain more? Thanks!

Fixed with 239caab