forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
14
jpgraph/Examples/ganttex00.php
Normal file
14
jpgraph/Examples/ganttex00.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
include ("../jpgraph.php");
|
||||
include ("../jpgraph_gantt.php");
|
||||
|
||||
// A new graph with automatic size
|
||||
$graph = new GanttGraph(0,0,"auto");
|
||||
|
||||
// A new activity on row '0'
|
||||
$activity = new GanttBar(0,"Project","2001-12-21","2002-02-20");
|
||||
$graph->Add($activity);
|
||||
|
||||
// Display the Gantt chart
|
||||
$graph->Stroke();
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue