plotOffsetX = 0.5; $graph->addCurve('C2', array( 'legend' => 'Courbe2', 'values' => array(3, 17, 18, 9), 'labels' => array('j1', 'j2', 'j3', 'j4'), 'visual' => 'bigbar', 'filtre' => 'dropShadow')); $graph->genGraph(); $graph->drawSVG(''); ?>