This module contains a collection of different gantt charts. To use
theses charts in your projects, you have to declare a python class
and derive it from one of the chart classes. You can customize the default
behaviour, by overwriting the attributes and methods.
-
This class is the same as in faces.charting.charts.GanttChart (see 7.2.11)
-
This class represents a gantt chart with the critical chain marked red.
This class is a subclass of Standard.
-
This class represents a comparing gantt chart. You can use this for example
to compare different scenarios or snapshots.
This class is a subclass of Standard
Release 0.11.4, documentation updated on April 25, 2007.