Question

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

Was it helpful?

Solution 2

I would check jsGanttImproved, because it doesn't require any additional libraries and it is FREE.

OTHER TIPS

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)

sorry if the answer is too late but I've used two web based gantt charts:

  • jsGantt
  • Dojo framework + Dojox + dojox.gantt

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top