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

$chart = new chart(300200"example30");
$chart->plot($data$data4"red""fillgradient""white"0);
$chart->plot($datafalse"black""square");
$chart->plot($data4false"black""square");
$chart->stroke();
?>