Skip to content

Commit 9f50a48

Browse files
committed
ui-spacetimechart: fixes overlapping time captions
This commit fixes #902. Signed-off-by: Alexis Jacomy <[email protected]>
1 parent 661d4e4 commit 9f50a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-spacetimechart/src/lib/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const DEFAULT_THEME: SpaceTimeChartTheme = {
7474
[0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1],
7575
[0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
7676
[0, 0, 0, 0, 0, 3, 1, 1, 1, 1, 1],
77-
[0, 0, 0, 3, 2, 1, 1, 1, 1, 1, 1],
77+
[0, 0, 0, 0, 3, 1, 1, 1, 1, 1, 1],
7878
[0, 0, 0, 3, 2, 1, 1, 1, 1, 1, 1],
7979
[0, 0, 3, 2, 1, 1, 1, 1, 1, 1, 1],
8080
[0, 0, 3, 2, 1, 1, 1, 1, 1, 1, 1],

0 commit comments

Comments
 (0)