0.0
No commit activity in last 3 years
No release in over 3 years
THIS VERSION IS RUBY 1.9.x COMPATIBLE! Gem version of SVG:::Graph. SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a very similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles the Perl original at all.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SVG::Graph19

Description

This is a minor revision of the SVG::Graph library by Sean Russell with few minor touch-ups to make it run on Ruby 1.9.x and to have it gem-installable.

Warning

I'm not sure that all the parts of the original SVG library work as expected under 1.9.x too. Please notify me (via github messages or on the Issues section) if you find any bug.

Usage

Yet to be written. Look at the original SVG::Graph web page for the moment (I'm not introducing new methods nor changing APIs, for the moment).