Sha256: e629015b41a7d1f692fae50a4fcba7fe0eca06544fa4a6d32ae12ac52f0cfe95
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
== 1.6.10 * added support for custom position on axis with label (parameter chxp) * refactored bar chart * fixed issue #44 * allows GChart to take a theme == 1.6.8 * added title alignment support == 1.6.7 * changed url for ssl connection == 1.6.6 * added ssl support * refactored code * аdded ability to set the legend position * fixed legend position value * separated labels and legends for pies == 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
googlecharts-1.6.10 | History.txt |