[ Index ]
 

Code source de jpGraph 2.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/src/Examples/ -> radarex1.php (source)

   1  <?php
   2  include  ("../jpgraph.php");
   3  include  ("../jpgraph_radar.php");
   4      
   5  // Some data to plot
   6  $data = array(55,80,46,71,95);
   7      
   8  // Create the graph and the plot
   9  $graph = new RadarGraph(250,200,"auto");
  10  $plot = new RadarPlot($data);
  11  
  12  // Add the plot and display the graph
  13  $graph->Add($plot);
  14  $graph->Stroke();
  15  ?>


Généré le : Sat Nov 24 09:27:55 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics