Module chart_options

Module chart_options 

Source
Expand description

Data structures for creating charts

Structs§

BurndownOptions
Contains all information needed for creating a burndown chart. Create a new instance with BurndownOptions::new().
RenderOptions
Contains all information needed for rendering a chart. Create a new instance with RenderOptions::new().

Enums§

BurndownType
The type of burndown chart to create.
ChartSettingError
Possible errors when creating a chart.