Release Name: 1.0.0
Notes:
GChart exposes the Google Chart API via a friendly Ruby interface. It
can generate the URL for a given chart (for webpage use), or download
the generated PNG (for offline use).
Changes:
=== 1.0.0 / 2009-08-11
* Moving to GitHub, since apparently people use this thing.
* Switching to modern Hoe.
* Modification which will remove data points from the chart if
the generated URL exceeds the maximum URL length which
Google allows. [supplanter]
* GChart::Axis#range_markers was incorrectly initialized to a
hash, but the supporting documentation is correct. [supplanter]
|