pub fn create_burndown_chart(
time_logs: &[TimeLog],
burndown_type: &BurndownType,
burndown_options: &BurndownOptions,
render_options: &mut RenderOptions<'_>,
) -> Result<(), ChartSettingError>Expand description
Create a burndown line chart.
ยงErrors
- Returns
ChartSettingError::FileNotFoundif the file inRenderOptionsdoes not exist. - Returns
ChartSettingError::CharmingErrorif the graph could not be created.