[ Index ] |
|
Code source de jpGraph 2.2 |
1 <?php 2 include ("../jpgraph.php"); 3 include ("../jpgraph_pie.php"); 4 5 $data = array(40,60,21,33); 6 7 $graph = new PieGraph(300,200,"auto"); 8 $graph->SetShadow(); 9 10 $graph->title->Set("A simple Pie plot"); 11 12 $p1 = new PiePlot($data); 13 $graph->Add($p1); 14 $graph->Stroke(); 15 16 ?> 17 18
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:27:55 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |