pub(crate) fn create_charts(
time_logs: &[TimeLog],
options: &ChartOptionsArgs,
selected_labels: Option<&HashSet<String>>,
other_label: Option<&Label>,
repository_name: &str,
) -> Result<(), ChartSettingError>Expand description
Creates the graphs based on the time logs and the chart options.