fn create_ideal_burndown_line( sprints: u16, total_required_hours: f32, ) -> (String, Vec<f32>)
Calculates the ideal burndown line.