fn create_html_string(
time_logs: &[TimeLog],
label_filter: Option<&HashSet<String>>,
label_others: Option<&Label>,
charts_dir: &Path,
repository_name: &str,
) -> Result<String, HtmlError>Expand description
Creates an HTML string from the given time logs and the HTML template which then is used to create the HTML page.