flotilla: flot graphs for rails What's it do? Generate beautiful canvas graphs from your ActiveRecord models in one line in your view. Works in most major browsers. All the heavy lifting is done by flot on the client in Javascript. Beautiful? Yup. The flot project has examples. One line? Yes! Ok, it's a long line: = chart("graph", { "Store 1" => { :collection => @store_one, :x => :date, :y => :sal