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

Histogram Graph error

wbasmayor opened this issue · comments

Hi, I checked the library and it contains the Histograph module, It's also being included/required but when I test it out on console, all the other graphs work except for the Histogram

console > GoogleVisualr::Interactive::Histogram
NameError: uninitialized constant GoogleVisualr::Interactive::Histogram

I released a new version of the gem and it's available in 2.4.0 now. Apologies for that.

http://googlevisualr.herokuapp.com/examples/interactive/histogram

Cool, much appreciated, Thanks!

Welcome!