title->Set("Example with image map"); $graph->ShowHeaders(GANTT_HYEAR | GANTT_HMONTH | GANTT_HDAY | GANTT_HWEEK); $graph->scale->week->SetStyle(WEEKSTYLE_FIRSTDAY); $graph->scale->week->SetFont(FF_FONT1); $graph->CreateSimple($data,$constrains,$progress); // Add the specified activities //SetupSimpleGantt($graph,$data,$constrains,$progress); // And stroke $graph->StrokeCSIM(); ?>