Skip to content

Rhiana/svg_data_plotter_gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg_data_plotter_gem

WIP: Do not use yet

Ruby Gem for plotting data on an SVG graph

This gem will be taking aspects of my SVG graphs on rails project and turning it into a ruby gem.

What it does currently is generate 5 different type of graphs from Ruby code into an embedded SVG graph.

  • Bar graph
  • Circle graph
  • Gauge graph
  • Pie graph
  • Line graph

The aim is for someone to be able to install this gem and generate a graph in the view like this:

<%= SvgDataPlotter::LineGraph.new(self, line_graph.scores, line_graph.maximum, line_graph.size).render %>

About

Ruby Gem for plotting data on an SVG graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages