diff --git a/optuna_dashboard/static/components/GraphParetoFront.tsx b/optuna_dashboard/static/components/GraphParetoFront.tsx index 6a1f7468..2542cdb3 100644 --- a/optuna_dashboard/static/components/GraphParetoFront.tsx +++ b/optuna_dashboard/static/components/GraphParetoFront.tsx @@ -156,7 +156,9 @@ const plotParetoFront = ( marker: { color: pointColors, }, - text: completedTrials.map((t: Trial): string => `Trial (number=${t.number})`), + text: completedTrials.map( + (t: Trial): string => `Trial (number=${t.number})` + ), hovertemplate: "%{text}", }, ]