7.2.13 WorkBreakdownChart

Beside all attributes of MatplotChart (see 7.2.2), this class specifies the following additional attributes:

data
A task object specifying the root of the workbreakdown hierarchy.

box_width
The maximal text with inside a box in chars. faces will wrap the text if it is longer.

show_rowlines
A boolean value that specifies wether to display row lines

show_collines
A boolean value that specifies wether to display column lines

separate_leafes
A boolean value that specifies wether to separate leafes tasks in an extra column.

max_depth
An integer value specifying the maximal displayed depth of the hierarchy.

title_attrib
A string value specifying the name of the task attribute that should be displayed in the node widgets, to identify the task.

modify_widget( cell, task)
Overwrite this method to decorate a widget.