Gantt Chart Plug in

Description

Plug in that generates a gantt chart using simple yaml text block.

Bugs/Feature Requests

Existing bugs and feature requests for GanttChartPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out GanttChartPlugin from here using Subversion, or browse the source with Trac.

Example

Add this to the text of any wiki page

{{{
#!gantt
0 : {start: '2008-03-20', dur: 5d, title: Punchlist}
1 : {start: '2008-03-28', dur: 2w, title: Alpha Project}
2 : {start: '2008-03-28', end: '2008-05-15', title: Project V, color: green}
3 : {start: '2008-03-28', end: '2008-10-01', title: Testing 2.0, color: blue}
4 : {start: '2008-04-28', end: '2008-05-15', title: Bug Fixes, color: red}

}}}

Setup Help

Install Prerequisites:
* PyYAML
* python-dateutil
* Python Imaging library (PIL)

add the following to trac.ini

[gantt]
cache_dir = dir/to/cache

Recent Changes

[3430] by malsmith on 04/01/08 19:38:35

initial release

[3429] by malsmith on 04/01/08 19:28:44

New hack GanttChartPlugin, created by malsmith

Author/Contributors

Author: malsmith
Contributors: