public
Description: A ruby interface to the Google Chart API
Homepage:
Clone URL: git://github.com/jparker/ruby-googlechart.git
ruby-googlechart / CHANGELOG
100644 31 lines (19 sloc) 0.691 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
== 0.0.1 2008-05-14
 
* Initial release
 
== 0.5.0 2008-11-08
 
* Code cleanup, improved tests
* First working gem release
 
== 0.6.0 2008-11-12
 
* Continued cleanup
* Changed data scaling behavior with negative values
 
== 0.6.1 2008-11-12
 
* Gem cleanup (switched from newgem + hoe to echoe)
* Fixed data scaling bug with all-zero data
 
== 0.6.2 2008-11-20
 
* Fixed axis label encoding to handle +nil+
 
== 0.6.3 2008-11-23
 
* Increased speed of Data#normalize
* Fixed axis label and legend encoding to handle non-Strings
* Raise ArgumentError if all data sets are empty
* Fixed auto-scaling of data containing +nil+
* Redesigned bar grouping (now supports overlapping) [BACKWARDS INCOMPATIBLE]