[ Index ] |
|
Code source de jpGraph 2.2 |
1 <?php 2 include ("../jpgraph.php"); 3 include ("../jpgraph_line.php"); 4 5 $ydata = array(12,17,22,19,5,15); 6 7 $graph = new Graph(270,170); 8 $graph->SetMargin(30,90,30,30); 9 $graph->SetScale("textlin"); 10 11 $graph->img->SetAngle(45); 12 13 $line = new LinePlot($ydata); 14 $line->SetLegend('2002'); 15 $line->SetColor('darkred'); 16 $line->SetWeight(2); 17 $graph->Add($line); 18 19 // Output graph 20 $graph->Stroke(); 21 22 ?> 23 24
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 |
![]() |