fn create_actual_hours_line( aggregated_hours: &AggregatedHours, sprint_amount: u16, ) -> Vec<(String, Vec<f32>)>
Creates the line from the actual hours worked per user for the burndown chart.