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

$chart = new chart(300200"example8");
$chart->plot($datafalse"black""points");
$chart->stroke();
?>