forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?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