pub(super) fn calculate_burndown_data(
time_logs: &[TimeLog],
burndown_type: &BurndownType,
burndown_options: &BurndownOptions,
) -> (SeriesData, Vec<String>)Expand description
Prepares the data for the burndown chart.
ยงReturns
LineData: To be converted intoLineVec<String>: To be converted into the x-axis labels.