Function rstk::chart::gantt_chart::make_gantt_chart[][src]

pub fn make_gantt_chart(
    canvas: &TkCanvas,
    time_begin: &str,
    time_end: &str
) -> TkGanttChartDefinition
Expand description

Creates a Gantt chart.

Constructor creates an instance of a gantt chart definition in given canvas.

Options must be added and then ‘plot’ called to finally create the chart.