create_actual_hours_line

Function create_actual_hours_line 

Source
fn create_actual_hours_line(
    aggregated_hours: &AggregatedHours,
    sprint_amount: u16,
) -> Vec<(String, Vec<f32>)>
Expand description

Creates the line from the actual hours worked per user for the burndown chart.