googlecharts gem

Gem details

A nice and simple wrapper for Google Chart API.

Websitehttp://googlecharts.rubyforge.org/ Tags chart, Graphs, Google

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