diff --git a/optuna_dashboard/static/components/GraphContour.tsx b/optuna_dashboard/static/components/GraphContour.tsx index 6ce595e3..8b3c0e28 100644 --- a/optuna_dashboard/static/components/GraphContour.tsx +++ b/optuna_dashboard/static/components/GraphContour.tsx @@ -7,6 +7,7 @@ import { InputLabel, MenuItem, Select, + Typography, } from "@material-ui/core" import { createStyles, makeStyles, Theme } from "@material-ui/core/styles" @@ -14,6 +15,9 @@ const plotDomId = "graph-contour" const useStyles = makeStyles((theme: Theme) => createStyles({ + title: { + margin: "1em 0", + }, formControl: { marginBottom: theme.spacing(2), marginRight: theme.spacing(2), @@ -84,6 +88,7 @@ export const GraphContour: FC<{ + Contour {study !== null && study.directions.length !== 1 ? ( Objective ID: