Tagged Questions

For any issues relating to creating, rendering, and using Gantt charts.

learn more… | top users | synonyms

15
votes
7answers
2k views

A better Project Manager tool than MS Project?

I regularly use MS project on 6-12 month duration programming projects with several hundred steps and half a dozen engineers. Its ...ok... in that I can define lots of project steps, dependencies, ...
13
votes
9answers
17k views

Gantt Chart online

I need to insert a horizontal bar chart in a web page. The thing I have to do is very similar to a Gantt Chart. I'd like to use a javascript library for the purpose. I tried jsgantt, but actually it ...
8
votes
1answer
5k views

Gantt Chart with jQuery

http://jsfiddle.net/JeaffreyGilbert/VkghS/ Currently sorting between rows can be done by dragging barWrap (grey). To move gantt bar can be done by dragging the bar. What I want is sorting and moving ...
8
votes
3answers
1k views

Python: module for plotting Gantt charts

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 ...
4
votes
4answers
946 views

How to develop GWT widget?

I want to develop my GWT Widget. This widget draws Gantt chart and has drag - drop property. It will be simple form of Deskera Where can I start to develop this widget? Any advice?
3
votes
3answers
214 views

JS microtime vs php microtime

i'm using a plugin for a ganttchart. i feed the plugin with json: Plugin: GitHub - JQuery Gantt { "name": "Zbigniew Kowalski", "desc": "Administrator", "values": [ {"from": ...
3
votes
2answers
176 views

Using Gantt Charts - USDP Vs Agile Projects

I have a question regarding software engineering and project management albeit slightly abstracted from the realms of programming... My question relates to the use of Gantt Charts within the USDP ...
2
votes
0answers
256 views

Advanced Gantt Chart for SSRS2008

I have been working in SSRS 2008 r2 to produce some complex reports. it seems to meet 80% of our reporting requirements. However, when it comes down to more complex reports, it turns into some pain in ...
2
votes
13answers
2k views

Is a Gantt Chart larger than a single page ever useful?

I've worked on a few projects managed through the use of a Gantt chart. Some of these have has a massive number of tasks and the project manager spends all their time wrestling with MS Project ...
1
vote
1answer
59 views

How to change color of particular sub-task in JFreeChart Gantt Chart?

I have a Gantt Chart with 5 tasks. Each task is divided into 3 sub-tasks. I need to define different color for each sub-task, e.g. Sub-task1: "light blue", Sub-task2: "blue", Sub-task3: "dark blue". I ...
1
vote
1answer
197 views

Gantt chart is not displayed for Project Tasks view in Sharepoint 2010

I set up a default Project Tasks view in Sharepoint 2010. However, the default view, which is supposed to be a Gantt chart, doesn't show up. The other views (e.g. All Tasks, Active Tasks) are working ...
1
vote
1answer
331 views

Is that possible to create sharepoint list view as gant chart view programically?

Is that possible to create sharepoint list view as gant chart view programically? I created list view programically refer below code var web = (SPWeb)properties.Feature.Parent; ...
1
vote
1answer
185 views

Jasper Reports, Expanding a Band Based on the Data in a Chart

Is there a way to get a band to resize based on the amount of data presented in a gantt chart? I can get the number of rows that are in the chart, if that helps. It seems like there should be a way ...
1
vote
1answer
364 views

JFreeChart adding annotation to Gantt chart

I use Jfreechart for one week and I would like to add some annotations next to the bars in the Gantt chart. I know that it is possible for XYPlots and CategoryPlots but I don't find the solution for ...
1
vote
2answers
630 views

Sharepoint Foundation 2010 Gantt Charts

I know that Sharepoint has some support for Gantt Charts (Gantt view for tasks). What I'm looking for is way to provide advanced task relations (FF: finish to finish, FS: finish to start, etc.) Is ...
1
vote
0answers
466 views

What's the best FREE Web-based, Gantt-chart-oriented, Project Management Software? [closed]

I am looking for Open source projects which I can host on my Intranet and users can access it over web. I have found out this http://openproj.org/product-overview But it looks like a desktop based ...
1
vote
1answer
411 views

Can anyone recommend a good tutorial on drawing gantt charts using gnuplot

I'm looking for a good tutorial on drawing gantt charts with gnuplot. Any help is appreciated.
1
vote
1answer
2k views

Date/Time formatting in .NET (Devexpress Gantt charts to show time rather than date)

I have some data about a day's events that I'm trying to visualise as a Gantt chart using Devexpress XtraCharts. Devexpress's example here shows the chart being populated by date. However, I'd like it ...
1
vote
1answer
87 views

Bar-chart Software that displays “Multi-project tasking”?

I am looking for a graph-drawing software that produces diagrams that, unlike Gantt-charts, allow to define more that one, independent time-span for one line, because if there is no critical path, one ...
1
vote
1answer
652 views

Integration between Project Web Access and SharePoint (Gantt Charts)

I'm a newbie to using Project Web Access and I wondered if someone can guide me by giving links that help in integration of SharePoint site with Project Web Access. What I want to do is to generate ...
1
vote
6answers
1k views

Gantt Chart Controls on Windows Forms

We are evaluating options for a Gantt chart control (on Windows Forms) as opposed developing one on our own. What are the various Gantt Chart controls you have had experience with? Pros and cons? Is ...
0
votes
1answer
12 views

SSRS Gantt Chart - Change to date format

As per attached image, i have dates running along the X axis that starts on the 1st Jan 2012 and then increases monthly. My problem is the format is displaying the month/day/year and I want ...
0
votes
0answers
85 views

Gantt Chart Predecessors using JSGrid control

I am trying to create a Gantt Chart generator, using the Share point control: <Sharepoint:JsGrid> I followed this tutorial: How to: Create a Gantt Chart Using the JS Grid Control I also ...
0
votes
1answer
64 views

Are Fusioncharts still maintained? Any alternative?

Maybe Fusioncharts are the best for representing charts on web pages, but they fall when trying to embed them in documents. The Gantt chart, particularly, is somewhat poor in features. It has been ...
0
votes
2answers
386 views

JQuery GanttChart - Apply Data

i try to use the ganttview jquery plugin (https://github.com/thegrubbsian/jquery.ganttView) So the needed data is like: { id: 1, name: "Feature 1", series: [ { name: ...
0
votes
3answers
272 views

Creating Advanced Gantt Chart

I am workin on an automation of production follow-up project with c# and we are producing fabric. and we have many customers and their works are running on about 100 weaving machines. so there is a ...
0
votes
2answers
182 views

Free library supporting Gantt charts and granularity <= 1 hour

Is there a free graphical library that supports Gantt charts with units of hours or even minutes? I've tried a few. JFreeChart was among the most promising but scaling down seems to reduce the maximum ...
0
votes
1answer
101 views

How to realize a gantt chart with Adobe Catalyst

I am not quite shure that its possible or even ment to be done with Catalyst, thats why I am asking if its possible. And when its possible how I got a Illustrator File containing all Elements of a ...
0
votes
0answers
171 views

Hide/Unhide Series in Gantt-Chart based on Treeview - MS Chart Control or GDI+ or something else?

I'm looking for a way to visually break down task durations (for a schedule). I would like to show the duration of each task as a Gantt chart, however it would also be nice if it would be possible to ...
0
votes
0answers
117 views

pause/resume tasks in Gantt chart (project management tool) [closed]

I'm looking for specific project management tool: it must have Gantt chart tasks in the chart can be stopped and resumed after some time, for example like this: ####____## task1 (duration needs to ...
0
votes
2answers
132 views

GUI for a simple profiler

Hi I want suggestions on which API to use or tools or any source codes to create a GUI for a simple profiler I have. It produces a text output of the runtime of different processes in a program. I ...
0
votes
0answers
1k views

Ext Gantt source code [closed]

can smb send me link or exactly source code of Ext Gantt component: http://ext-scheduler.com/gantt
0
votes
1answer
185 views

Display 3 Gantt Charts of a Prj Task

I am a newbie of sharepoint 2007. And I am just a site admin. Suppose I have a prj site, which I have to define 3 group of dates to Prj Task like the following - Original Start/End Date - Current ...
0
votes
2answers
936 views

Is there any good free Gantt Chart controls for .net winforms?

The question is in the title. I'm looking for a free gantt chart control to use in a .net application.
0
votes
2answers
4k views

How do I export a Gantt Chart from MS Project to MS Word using VBA

Using MS Project 2003 i want to export the "View | Gantt Chart" to MS Word (2000) using VBA. How can I achieve this?
0
votes
1answer
1k views

how to create Gantt Chart view on Iphone sreen

I wonder how to create Gantt Chart view or (Matrix table on PC )on Iphone sreen. see demo here http://www.projectwizards.net/en/merlin-iphone you know the Iphone's screen is very small(320x480), ...
0
votes
2answers
222 views

FlexGantt TimelineObject color change

I'm using the FlexGantt Javax Swing package (http://www.dlsc.com/) to display some Gantt charts. The trouble I'm having is that I can't figure out how to change the color of a DefaultTimelineObject ...