pub fn create_timeline_graph<P: AsRef<Path>>( timespans: &Vec<(Shared<GameObjectEntity<Title>>, Vec<(i16, i16)>)>, max_date: i16, output_path: P, )