fn create_table_total_time_by_label( time_logs: &[TimeLog], label_filter: Option<&HashSet<String>>, label_others: Option<&Label>, ) -> Table
Creates the Table that shows the time spent per label.