Module rstk::chart::time_chart

source ·
Expand description

Time chart - displays information against a time line.

Rows are defined for two kinds of display: milestones and periods.

  • A milestone is fixed at a specific point of time.
  • A period identifies a range of time.

Use the methods milestone and period to create a new labelled row in the chart of the appropriate kind, with one milestone or period indicated. Extra milestones or periods can be added to the current row using the add_milestone and add_period methods, as appropriate.

Structs

Functions