pub fn create_html( time_logs: &[TimeLog], charts_dir: &Path, label_filter: Option<&HashSet<String>>, label_others: Option<&Label>, repository_name: &str, ) -> Result<(), HtmlError>
Creates a HTML file at path that contains statistics and charts about the given time logs.
path
Possible errors can be seen in HtmlError.
HtmlError