search for: set_y_axis

Displaying 1 result from an estimated 1 matches for "set_y_axis".

Did you mean: set_x_axis
2011 Feb 11
0
Hbar color - openflash chart
...00'' # this works for the two bars chart = OpenFlashChart.new chart.set_title(title) chart.add_element(hbar) x = XAxis.new x.set_offset(false) chart.set_x_axis(x) y = YAxis.new y.set_offset(true) y.set_labels(["Yes","No"]) chart.set_y_axis(y) render :text => chart.to_s end Please help !! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+...