|
NAMEGoogle::Chart::Fill::Solid - Apply Solid FillSYNOPSISuse Google::Chart; Google::Chart->new( fill => { args => { color => "ffccff", target => "bg", } } ); Google::Chart->new( fill => Google::Chart::Fill::Solid->new( color => "ffcff", target => "bg" ) );
Visit the GSP FreeBSD Man Page Interface. |