diff --git a/optuna_dashboard/static/components/GraphParetoFront.tsx b/optuna_dashboard/static/components/GraphParetoFront.tsx index b2d861d0..f23dc32d 100644 --- a/optuna_dashboard/static/components/GraphParetoFront.tsx +++ b/optuna_dashboard/static/components/GraphParetoFront.tsx @@ -6,6 +6,7 @@ import { FormLabel, MenuItem, Select, + Typography, } from "@material-ui/core" import { createStyles, makeStyles, Theme } from "@material-ui/core/styles" @@ -13,10 +14,12 @@ const plotDomId = "graph-pareto-front" const useStyles = makeStyles((theme: Theme) => createStyles({ + title: { + margin: "1em 0", + }, formControl: { marginBottom: theme.spacing(2), marginRight: theme.spacing(5), - marginTop: theme.spacing(10), }, }) ) @@ -51,6 +54,9 @@ export const GraphParetoFront: FC<{ {study !== null && study.directions.length !== 1 ? ( + + Pareto Front + Objective X ID: