gantt

Why does LaTeX not render my gantt-diagram into pdf

Hi, is there anybody out there, with experiences about how to do a gantt-diagram / chart using latex. I tryed it for a lot of hours today, lastly it worked switching outpout from pdf to dvi. Maybe someone can tell me what to include, besides pst-gantt, and the normal pstricks stuff. It showed more than 100 errors for 4 Tasks.. after s...

Gantt view or hierarchical grid

Hi, Is there any any free Gantt view grid control or hierarchical grid view available in winforms? I require a grid that looks like an MS project task list. But it should not contain a right side calendar view as in MS project. My requirement is just to maintain hierarchical data with multiple columns. Please suggest where can I get t...

What's Delphi Gantt/Scheduler component can I use?

I'm currently using DevExpress Scheduler's GanttView in my application, it does what I need except for one thing. My scheduler has multiple resources, and each resource has numerous events. The problem with the DevExpress scheduler is the height of each resource on the screen has to be the same, that means if a resource has 15 events, an...

How to create gantt chart in iReport 3.7.*

I recently download iReport 3.7.4 after seeing that it has gantt chart feature. However, after creating a new report with gantt chart, i am stuck on how to get the dataset. anyone out there have done gantt chart before with iReport 3.7.* ? please share. Thanks! ...

Gantt charts with R

Has anybody used R to create a Gantt chart? The only solution that I'm aware of is this, but I'm looking for something more sophisticated, if possible (looking more or less like this or this). P.S. I could live without the dependency arrows. P.S.2 Which are the magic words that must be given in the search textbox of R Graphical Manual...

Task scheduling frameworks - not thread scheduling!

I'm working on a Java application which should allow users to optimize their daily schedule. For that, I need a framework that helps calculate optimal times for "tasks" taking note of: Required resources and resource usage limits Dependencies between tasks (can do with only F->S relations though) Earliest and latest start-finish times,...

Python: module for plotting Gantt charts

Hi, Is there a good Python module for plotting Gantt Charts? I've tried CairoPlot, but it produces buggy results for complex data sets and lacks many configuration options. Code samples and images are highly appreciated. Thanks, Adam ...

Gantt Chart for JSP?

I've tried using JSGantt and it's really good. But I would like to know if there are other Gantt Chart that offers greater interactivity such as dragNdrop and resizing directly on the chart. I saw Gxt Gantt but it is not free. Chart should also be compatible with Java/JSP. ...