Expand description
Methods to turn TimeLog into SVG and HTML charts.
Modules§
- burndown
- Calculates the necessary data for burndown chart creation.
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.
Functions§
- create_
bar_ chart - Create a bar chart.
- create_
burndown_ chart - Create a burndown line chart.
- create_
estimate_ chart - Creates a chart with estimates and actual time from grouped time logs (i.e., Estimates vs. actual time on all labels)
- create_
grouped_ bar_ chart - Create a grouped bar chart, i.e., Hours per Label per User.
- create_
pie_ chart - Create a pie chart.
Type Aliases§
- Series
Data - Data to be converted into types from
charming::series.