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

:stack=>:top doesn't seem to work for bar graphs #6

Open trimble opened 11 years ago

trimble commented 11 years ago

When creating bar graphs, :stack=>:top yields a graph the same as :stack=>:overlap (or not specifying :stack, since :overlap is the default).

I'm working on a fix.