mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-20 13:00:32 +08:00
Use uirevision
This commit is contained in:
@@ -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 : {},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user