Displaying 1 result from an estimated 1 matches for "openflash".
Did you mean:
openblas
2011 Feb 11
0
Hbar color - openflash chart
Hi, am using Openflashchart plugin,How can we change the color of each
bar in Hbar openflash chart
this is the code i have inside my controller
def stat_bar
title = Title.new(session[:tag])
hbar = HBar.new
hbar.values = [HBarValue.new(0,10),HBarValue.new(0,20)]
hbar.colour = ''#FF8000'...