RAA - svg-graph/0.5.3

svg-graph / 0.5.3

Short description: A library for generating SVG spreadsheet-like graphs
Category: Library/Graphics
Status: beta
Created: 2004-04-09 20:08:10 GMT
Last update: 2004-04-14 22:33:47 GMT
Owner: Sean E. Russell (Projects of this owner)
Homepage: http://www.germane-software.com/software/SVG/SVG::Graph/
Download: http://www.germane-software.com/archives/svg_graph_0.5.3.tgz
License: Ruby's
Dependency:
None
Description:

SVG::Graph is a loose port of the Perl SVG::TT:Graph package. It is a toolkit for generating SVG spreadsheet-like data graphs, which are a type of plot that have one axis containing non-scalar data. SVG::Graph can also plot scalar data with the Plot class.

0.5.2 -> 0.5.3
* Cleaned up the documentation
* Changed some things to make the kit more compatible with older REXMLs. If you've been having trouble with invalid SVG files or REXML errors during generation, this release should work for you.

0.5.2 -> 0.5.3
* Fix to catch empty data sets in TimeSeries
* Layout fix for charts with the key on the bottom

0.5.1 -> 0.5.2
* Added support for:
* * Formatting the popup (TimeSeries)
* * Formatting the X labels
* * Timescale divisions (X axis stepping by N months, days, years, etc.)
* * Setting the minimum value of the X axis
* Data point labels are nicer now, since they're all drawn in front of everything else (rather than behind any datasets after their dataset)
* Fixed the axis labels; they no longer show the next highest label to the highest point; IE, if max_x = 5 and the step is 2, then the axis shows 0,2,4 + some space for five, rather than 0,2,4,6

0.5.0 -> 0.5.1
* Added support for optional popups; see :add_popups in Plot and TimeSeries

0.4.0 -> 0.5.0
* Added support for the TimeSeries chart type.

Versions: [0.6.0 (2004-09-23)] [0.5.7 (2004-05-16)] [0.5.6 (2004-05-16)] [0.5.4 (2004-04-14)] [0.5.3 (2004-04-14)] [0.5.2 (2004-04-14)] [0.5.1 (2004-04-14)] [0.4.0 (2004-04-13)] [0.3.1 (2004-04-11)] [0.3.0 (2004-04-11)] [0.2.0 (2004-04-11)] [0.1.0 (-)]

Edit this project (for project owner)

back to RAA top