createChart($elements, $legend, $link, $evolution, $graph); // No error? if(!$drawsvgchart->has_errors()) { header('Content-Type: image/svg+xml; charset=utf-8'); echo $drawsvgchart->getXMLOutput(); } ?>