googlecharts gem
Gem details
Documentation
Install the Gem:
gem install googlecharts
require 'gchart'
To generate a chart
Gchart.line(:data => [0, 40, 10, 70, 20])
Will produce the required your to generate your chart from Google.
The website listed gives many more examples.
Edit Gem | (0 older versions) | Last edited by: Guest, 5 months ago

