forked from mattetti/googlecharts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
48 lines (34 loc) · 1.51 KB
/
History.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
== 1.3.6
* support nil values. The Google Charts API specifies that a single underscore (_) can be used to omit a value from a line chart with 'simple' data encoding, and a double underscore (__) can do the same for a chart with 'extended' data encoding. (Matt Moyer)
* allow a label to appear on a google-o-meter via the :legend option. (hallettj)
== 1.3.5
* added code to properly escape image tag URLs (mokolabs)
* added themes support + 4 default themes (keynote, thirty7signals, pastel, greyscale) chart.line(:theme=>:keynote) (jakehow)
== 1.3.4
* updated documentation and cleaned it up (mokolabs)
* added support for custom class, id and alt tags when using the image_tag format (i.e Gchart.line(:data => [0, 26], :format => 'image_tag')) (mokolabs)
== 1.3.2 - 1.3.3
* changes required by github
== 1.3.1
* added width and spacing options
== 1.3.0
* added support for google-o-meter
* fixed a bug when the max value of a data set was 0
== 1.2.0
* added support for sparklines
== 1.1.0
* fixed another bug fix related to the uri escaping required to download the file properly.
== 1.0.0
* fixed the (URI::InvalidURIError) issue
== 0.2.0
* added export options (file and image tag)
* added support for all arguments to be passed as a string or an array
== 0.1.0 2007-12-11
* fixed the axis labels
== 0.0.3 2007-12-11
* added :chart_background alias and fixed a bug related to the background colors.
== 0.0.2 2007-12-11
* added support for more features and aliases
== 0.0.1 2007-12-08
* 1 major enhancement:
* Initial release