//首先包含进来jpgraph的类库:
include ("../jpgraph.php");
include("../jpgraph_bar.php");
include ("../jpgraph_line.php");
//设置显示的数据数组;
//调用类库
//设置图像的大小
$graph = new Graph(400,200,"auto");
//首先包含进来jpgraph的类库:
include ("../jpgraph.php");
include("../jpgraph_bar.php");
include ("../jpgraph_line.php");
//设置显示的数据数组;
//调用类库
//设置图像的大小
$graph = new Graph(400,200,"auto");