deepakjois / gchartrb

Ruby wrapper around the Google Chart API

gchartrb / History.txt
a4fba82f » deepak.jois 2008-03-19 Preparing for 0.8 1 == 0.8 / 2008-03-20
2
3 * Fixed Rakefile to process URL correctly (Thanks Aaron Blohowiak)
4 * Fixed Axis error due to typo in base.rb (Thanks Jack Nutting)
5
611c9160 » deepak.jois 2008-02-03 Preparing for release 0.7 6 == 0.7 / 2008-02-04
7
8 * Added fill area feature
9 * Added to_escaped_url method for encoding the URLs properly
10 * Fixed bug where wrong variable name was being used in method
11
ed7ff33a » deepak.jois 2008-01-27 Preparing for release 0.6 12 == 0.6 / 2008-01-27
13
14 * Added experimental support for undocumented Financial Line Chart (lfi)
15 * Added line style support (thanks diomedes)
16 * Added support for customisable width and spacing in bar charts
17
7af3c034 » deepak.jois 2008-01-22 Preparing new release 18 == 0.5.5 / 2008-01-23
19
20 * Fixed a bug related to multiple datasets using extended encoding
21
3ae84125 » deepak.jois 2008-01-07 Bumping up version number a... 22 == 0.5.4 / 2008-01-07
23
24 * Fixed a bug related to data encoding in Stacked Charts
25 * Fixed a bug in which title font and title font size values were being ignored
26 * Fixed a bug where shape markers and range markers were overriding each other
27
d3ee1014 » deepak.jois 2007-12-18 Bumped up release number 28 == 0.5.3 / 2007-12-19
3ae84125 » deepak.jois 2008-01-07 Bumping up version number a... 29
d0a71a47 » deepak.jois 2007-12-18 Added shape markers and rel... 30 * Added support for shape markers
31 * Added support for block based idiomatic ruby syntax
32
e7ecf25e » deepak.jois 2007-12-14 Adding stuff for 0.5.1 release 33 == 0.5.2 / 2007-12-14
e6067093 » deepak.jois 2007-12-13 * Added support for title c... 34
35 * Added support for title color via title_color attribute
e7ecf25e » deepak.jois 2007-12-14 Adding stuff for 0.5.1 release 36 * Added support for vertical and horizontal range markers using the range_marker method
e6067093 » deepak.jois 2007-12-13 * Added support for title c... 37 * Removed show_labels from base.rb and added it only for pie charts
38
36012ede » deepak.jois 2007-12-12 Preparing of 0.5.1 release 39 == 0.5.1 / 2007-12-12
40
41 * Added support for max_value method to specify maximum values to plot against
42
43 == 0.5 / 2007-12-12
1e919182 » deepak.jois 2007-12-11 Changes for release 0.5 44
45 * Added Scatter Chart Support
46 * Documentation Updates
47
36012ede » deepak.jois 2007-12-12 Preparing of 0.5.1 release 48 == 0.4.1 / 2007-12-12
7d753432 » deepak.jois 2007-12-11 Changes for 0.4.1 49
50 * Removed some spurious debug statements
51
36012ede » deepak.jois 2007-12-12 Preparing of 0.5.1 release 52 == 0.4 / 2007-12-12
97d84b16 » deepak.jois 2007-12-11 Fixed a few issues that wer... 53
54 * Fixed issue when all data points are 0 in Line XY Chart (Thanks Cedric)
55 * Proper calculation of max values for Line XY chart (Thanks Bryan Donovan)
56
c19d4b17 » deepak.jois 2007-12-11 Release 0.3 57 == 0.3 / 2007-12-11
58
59 * Google changed Pie chart implementation to disable legends. Fixed in API.
60
b70e99f6 » deepak.jois 2007-12-10 * Lots of fixes 61 == 0.2 / 2007-12-11
62
63 * Removed hoe dependency
64 * Doc fixes
65
66 == 0.1 / 2007-12-11
67
68 * Initial Release
69 * RDoc documentation