title = 'Exploding 3d Pie!'; $graph->plotOffsetX = 0.2; //création des courbes $graph->addCurve(1, array( 'values' => array(12, 15, 8, 24), 'labels' => array('men', 'women', 'children', 'others'), 'visual' => 'exploding3dpie')); $graph->display = false; $graph->display = array('box', 'title', 'w3link'); PluginManager::execute('script', 'tooltip'); $graph->genGraph(); $graph->drawSVG('', NULL, true); ?>