lumean / svg-graph2

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.
Other
50 stars 20 forks source link

The svg-graph gem depends on the `rexml` gem #47

Closed lilacstella closed 2 months ago

lilacstella commented 2 months ago

This gem uses the gem rexml but the RubyGems page does not list that. We should add rexml as a dependency to this gem.