7.3 faces.lib.gantt -- Library of Gantt Charts

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.

class Standard( )
This class is the same as in faces.charting.charts.GanttChart (see 7.2.11)

class Critical( )
This class represents a gantt chart with the critical chain marked red. This class is a subclass of Standard.

class Compare( )
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



Subsections