Skip to content

Commit f96e4d0

Browse files
authored
Merge branch 'CSSLab:main' into feat/analysis-drill-from-position
2 parents 24cdecc + c062cf6 commit f96e4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Analysis/MoveMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export const MoveMap: React.FC<Props> = ({
330330
tickMargin={0}
331331
tickLine={false}
332332
tickFormatter={(value) => `${value}%`}
333-
domain={([dataMin, dataMax]) => [0, dataMax > 60 ? 100 : 60]}
333+
domain={([dataMin, dataMax]) => [0, dataMax > 40 ? 100 : 40]}
334334
>
335335
<Label
336336
value="← Unlikely"

0 commit comments

Comments
 (0)