Release Name: 0.1.0
Notes:
== PROBLEMS/TODO
* Add support for legends, fills (area or background), grid lines, shape markers, range markers
* Support shorthand colors and color names
* Make venn data specification friendlier
There are lots of missing features. Until they're implemented, you can directly specify
query parameters using the :extras key, e.g.,
# provides a legend for each data set
g = GChart.line(:data => [[1, 2], [3, 4]], :extras => { "chdl" => ["First", "Second"] })
Changes:
== 0.1.0
* Birthday!
|