create_burndown_x_axis_labels

Function create_burndown_x_axis_labels 

Source
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.