in reply to Re^6: GD::Graph creating a clustered bar chart while some dataset are cumulative
in thread GD::Graph creating a clustered bar chart while some dataset are cumulative
my @data = ( ['Mar1','Mar2','Mar3','Apr1','Apr2','Apr3','May1','May2','May3], [1,0,2,0,4,0], [2,0,1,0,5,0], [0,3,0,3,0,6], [0,4,0,4,0,7], [3,0,4,0,5,0], [0,0,0,0,0,0], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: GD::Graph creating a clustered bar chart while some dataset are cumulative
by poj (Abbot) on Sep 11, 2013 at 10:01 UTC | |
by huzefa52 (Novice) on Sep 11, 2013 at 11:45 UTC |