Skip to content

Commit 699f452

Browse files
atrakhConvex, Inc.
authored and
Convex, Inc.
committed
dashboard: 74.999 -> 74.99 (#36189)
GitOrigin-RevId: 8849211162f7cb568d227a7e79519af84c6d6878
1 parent 75529dd commit 699f452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/health/components/ChartForFunctionRate.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function ChartForFunctionRate({
203203
horizontalValues={
204204
kind !== "schedulerStatus"
205205
? // For some reason (likely due to the size of the chart), ticks don't appear at 75 if the value is exactly 75. So, get as close to 75 as possible
206-
[0, 25, 50, 74.999, 100]
206+
[0, 25, 50, 74.99, 100]
207207
: undefined
208208
}
209209
/>

0 commit comments

Comments
 (0)