Reputation: 163
Guys
Is there any web-based gantt chart tool that can be setuped by team ourselves? I know there are a lot web-based Gantt chart tools(e.g. TeamGantt). But it seems they all requires you to store the data on their servers. Is there any tool that can be setup by teams ourselves and it can only be visible in our intranet?
I don't like desktop tools(e.g. OpenProj or GanttProject), because it's difficult to be shared in team members.
Thanks & BR, Lin Mao
Upvotes: 1
Views: 892
Reputation: 64
I would check jsGanttImproved, because it doesn't require any additional libraries and it is FREE.
Upvotes: 1
Reputation: 1656
You may look at dhtmlxGantt, a JavaScript Gantt chart that can be added on a web page. It's open source (GPL) and allows you to create a customizable, interactive Gantt chart for your app.
(Disclaimer: I work for DHTMLX)
Upvotes: 2
Reputation: 221
sorry if the answer is too late but I've used two web based gantt charts:
You can google them easily. They will accept a JSON string with the tasks, resources and dependecies and draw your gantt chart.
Probably will need some coding to adjust to your environment.
Upvotes: 0