calculate_burndown_data

Function calculate_burndown_data 

Source
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 into Line
  • Vec<String>: To be converted into the x-axis labels.