aHunter
aHunter

Reputation: 3530

Is there a php based gantt chart tool that any one knows off?

I am looking to try and implement a project management system for myself that is based on a LAMP implementation. The issue I have is that I would like to generate a gantt chart from the tasks/mile stones in the DB does anyone know of an open source gantt chart generator that will create images for a web based portal or better still a PHP/GD solution?

Thanks

Upvotes: 1

Views: 5252

Answers (2)

Nasreddine
Nasreddine

Reputation: 37838

JpGraph can generate Gantt charts, here's an example :

JpGraph gantt chart

There is also this class

Upvotes: 2

Nick
Nick

Reputation: 6346

One I've used in the past is Fusion Charts. I know it's flash based, but they are pretty customizable, and look much nicer than any of the alternatives I looked at. They also have a pretty well documented PHP class that you can use to generate the graphs with ease.

Upvotes: 1

Related Questions