Expand description
Data structures for creating charts
Structs§
- Burndown
Options - Contains all information needed for creating a burndown chart.
Create a new instance with
BurndownOptions::new(). - Render
Options - Contains all information needed for rendering a chart.
Create a new instance with
RenderOptions::new().
Enums§
- Burndown
Type - The type of burndown chart to create.
- Chart
Setting Error - Possible errors when creating a chart.