Skip to content

Commit 8c2f167

Browse files
committed
ui-charts: adjust level 6 graduations in space time chart
Just like Thibaut said it: swap the rain effect 🌧️ for the pajama effect 🛏️! Signed-off-by: Simon Ser <[email protected]> Closes: osrd-project/osrd-confidential#1270
1 parent 6efa119 commit 8c2f167

File tree

1 file changed

+2
-3
lines changed
  • front/ui/ui-charts/src/spaceTimeChart/lib

1 file changed

+2
-3
lines changed

front/ui/ui-charts/src/spaceTimeChart/lib/consts.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ export const DEFAULT_THEME: SpaceTimeChartTheme = {
144144
dashArray: [8, 8],
145145
},
146146
6: {
147-
width: 0.75,
147+
width: 0.5,
148148
color: BLUE,
149-
opacity: 0.7,
150-
dashArray: [3, 8],
149+
opacity: 0.25,
151150
},
152151
},
153152
};

0 commit comments

Comments
 (0)