flytekitplugins.deck.GanttChartRenderer#
- class flytekitplugins.deck.GanttChartRenderer#
This renderer is primarily used by the timeline deck. The input DataFrame should have at least the following columns: - “Start”: datetime.datetime (represents the start time) - “Finish”: datetime.datetime (represents the end time) - “Name”: string (the name of the task or event)
Methods