RAA - svg-graph/0.5.2

svg-graph / 0.5.2

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 12:42:34 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.2.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.1 -> 0.5.2
<ul>
<li>Added support for:</li>
</ul>
* 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.

0.3.1 -> 0.4.0
* Added support for a Plot graph; SVG::Graph can now plot scalar data.

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