Search code examples
rubygraphsparklines

What is an easy way to display graphs in Ruby?


I am looking at some graphing options, and would like one that has the cleanliness of Sparklines gem but that doesn't require Rmagick. I'd like one with some clear tutorials, too.


Solution

  • Check out http://railscasts.com/episodes/223-charts as a possible solution.