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.
Stars
14
Forks
37
Watchers
14
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Renamed new classes and tests to follow convention.
caae8ebView on GitHubPopup hovering area is now customizable (it defaults to radius=10).
33245cbView on GitHubMerge branch 'master' of git://github.com/clbustos/svg-graph
0826c31View on GitHubData point shape is configurable based on rule matches on description. It defaults to usual circle with radius 2.5.
4f1ad4dView on GitHub