From 885ac04bdc40afc8fa42cbc567778d316c940b4c Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 6 Jul 2023 13:19:47 +0900 Subject: [PATCH] Apply suggestions from code review --- optuna_dashboard/ts/components/GraphHistory.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optuna_dashboard/ts/components/GraphHistory.tsx b/optuna_dashboard/ts/components/GraphHistory.tsx index 46939313..cc69f85d 100644 --- a/optuna_dashboard/ts/components/GraphHistory.tsx +++ b/optuna_dashboard/ts/components/GraphHistory.tsx @@ -150,7 +150,7 @@ export const GraphHistory: FC<{ defaultValue={5} marks={true} min={1} - max={20} + max={10} step={1} onChange={(e) => { // @ts-ignore @@ -289,7 +289,7 @@ export const GraphHistoryMultiStudies: FC<{ defaultValue={5} marks={true} min={1} - max={20} + max={10} step={1} onChange={(e) => { // @ts-ignore