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

Set up CodeClimate and Travis #26

Closed marnen closed 4 years ago

marnen commented 4 years ago

As mentioned in #25, I'm doing this on my fork, but will provide a pull request to enable it on the main repo if that's wanted.

lumean commented 4 years ago

yes PR is very welcome. Thanks a lot!