diff --git a/optuna_dashboard/ts/components/GraphTimeline.tsx b/optuna_dashboard/ts/components/GraphTimeline.tsx index cb9c38bf..68afe0fc 100644 --- a/optuna_dashboard/ts/components/GraphTimeline.tsx +++ b/optuna_dashboard/ts/components/GraphTimeline.tsx @@ -88,6 +88,7 @@ const plotTimeline = (trials: Trial[], mode: string) => { title: "Trial", range: [lastTrials[0].number, lastTrials[0].number + lastTrials.length], }, + uirevision: "true", template: mode === "dark" ? plotlyDarkTemplate : {}, }