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

Change calculation to better position subtitle. #5

Closed trimble closed 11 years ago

trimble commented 11 years ago

Add subtitle font size to calculation for positioning of subtitle when there's both a title and a subtitle. This helps keep the two from overlapping.