Merge pull request #296 from keisuke-umezawa/feature/add-contour-to-pannel

Add preference panel for contour plot
This commit is contained in:
Masashi Shibata
2022-12-02 23:01:48 +09:00
committed by GitHub
@@ -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