Archive for February 2008

Simple Google Pie Chart Graph in Rails

Although there are many comprehensive libraries out there for google graphs in Rails, all we needed was a quick and simple pie chart. Here’s what we came up with:

module ApplicationHelper
def google_pie_chart(data, options = {})
options[:width] ||= 250
options[:height] ||= 100
options[:colors] = %w(0DB2AC [...]