Fixed Rakefile to process URL correctly (Thanks Aaron Blohowiak)
Fixed Axis error due to typo in base.rb (Thanks Jack Nutting)
Added fill area feature
Added to_escaped_url method for encoding the URLs properly
Fixed bug where wrong variable name was being used in method
Added experimental support for undocumented Financial Line Chart (lfi)
Added line style support (thanks diomedes)
Added support for customisable width and spacing in bar charts
Fixed a bug related to multiple datasets using extended encoding
Fixed a bug related to data encoding in Stacked Charts
Fixed a bug in which title font and title font size values were being ignored
Fixed a bug where shape markers and range markers were overriding each other
Added support for shape markers
Added support for block based idiomatic ruby syntax
Added support for title color via title_color attribute
Added support for vertical and horizontal range markers using the range_marker method
Removed show_labels from base.rb and added it only for pie charts
Added support for max_value method to specify maximum values to plot against
Added Scatter Chart Support
Documentation Updates
Removed some spurious debug statements
Fixed issue when all data points are 0 in Line XY Chart (Thanks Cedric)
Proper calculation of max values for Line XY chart (Thanks Bryan Donovan)
Google changed Pie chart implementation to disable legends. Fixed in API.
Removed hoe dependency
Doc fixes
Initial Release
RDoc documentation