Skip to content

Commit 844555f

Browse files
committed
feat: add the VisualizationTypes type
1 parent 53e5ba5 commit 844555f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
There are two visualization types in the project:
3+
1. timeline - this is a Streamgraph map;
4+
2. overview - this is a map with "bubbles".
5+
*/
6+
7+
export type VisualizationTypes = "timeline" | "overview";

0 commit comments

Comments
 (0)