mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Merge pull request #296 from keisuke-umezawa/feature/add-contour-to-pannel
Add preference panel for contour plot
This commit is contained in:
@@ -220,6 +220,16 @@ export const StudyDetail: FC<{
|
||||
}
|
||||
label="EDF"
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={
|
||||
<Checkbox
|
||||
checked={preferences.graphContourChecked}
|
||||
onChange={handlePreferenceOnChange}
|
||||
name="graphContourChecked"
|
||||
/>
|
||||
}
|
||||
label="Contour"
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={
|
||||
<Checkbox
|
||||
|
||||
Reference in New Issue
Block a user