djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Gantt Chart

python component Charts 8 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.gantt_chart import GanttChart

component = GanttChart(tasks=None,
    title=None,
    unit_label='Day',
    units=None,
    row_height=32,
    width=600,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
tasks typing.Optional[list] None
title typing.Optional[str] None
unit_label <class 'str'> 'Day'
units typing.Optional[int] None
row_height <class 'int'> 32
width <class 'int'> 600
custom_class <class 'str'> ''
kwargs