mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Apply format
This commit is contained in:
@@ -108,7 +108,15 @@ export const GraphHistory: FC<{
|
||||
element.removeAllListeners("plotly_click")
|
||||
}
|
||||
}
|
||||
}, [studies, selected, logScale, xAxis, theme.palette.mode, colorTheme, markerSize])
|
||||
}, [
|
||||
studies,
|
||||
selected,
|
||||
logScale,
|
||||
xAxis,
|
||||
theme.palette.mode,
|
||||
colorTheme,
|
||||
markerSize,
|
||||
])
|
||||
|
||||
const handleObjectiveChange = (event: SelectChangeEvent<string>) => {
|
||||
setTarget(event.target.value)
|
||||
|
||||
Reference in New Issue
Block a user