Displaying 1 result from an estimated 1 matches for "twelve_month_graph".
2006 May 25
2
Have a quick Gruff Graphing question
...Graph"
g.labels = title_array.reverse
g.theme_37signals
g.data("12 month graph", data.reverse, ''#378CDF'')
send_data(g.to_blob, :disposition => ''inline'', :type =>
''image/png'', :filename => "twelve_month_graph.png")
Thanks for any help.
--
Posted via http://www.ruby-forum.com/.