[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] gchart 0.5.0 Released

John Barnette

5/11/2008 8:21:00 PM

gchart version 0.5.0 has been released!

GChart exposes the Google Chart API
(http://code.google.com/...) 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).

* <http://gchart.rubyfor...

## 0.5.0 (2008-05-11)

* Support for Map charts [Mark Thomas]
* Support for Sparkline charts [Mark Thomas]
* Initial support for Google-o-meter [Mark Thomas]
* Implemented both background solid fill and chart area solid fill.
* Added color aliasing: 3-character colors and a COLORS table.
* Full support for axis labels.
* Implemented horizontal/vertical range markers.
* New committer, Jim Ludwig.
* Freeze GChart::VERSION.


~ j.