<?
require('chart.php');
require(
'data.php');

$chart = new chart(300200"example19");
$chart->plot($datafalse"blue""gradient""black"7);
$chart->plot($datafalse"red""gradient""black"0);
$chart->stroke();
?>