fn create_burndown_x_axis_labels(
burndown_options: &BurndownOptions,
) -> Vec<String>Expand description
Creates the x-axis labels for the burndown chart.
Start, W1..Wn if weeks_per_sprint == 1, S1..Sn otherwise.
fn create_burndown_x_axis_labels(
burndown_options: &BurndownOptions,
) -> Vec<String>Creates the x-axis labels for the burndown chart.
Start, W1..Wn if weeks_per_sprint == 1, S1..Sn otherwise.