clbustos / 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 verry 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.
http://www.germane-software.com/software/SVG/SVG::Graph/
Other
13 stars 36 forks source link

Customize datapoint shapes based on description & popup hovering area #3

Closed thinkingbox closed 13 years ago

thinkingbox commented 13 years ago

Hi there,

I've done some more work, which includes:

I've also merged previous changes and renamed stuff according to your convention.