mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Run prettier
This commit is contained in:
@@ -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}<extra></extra>",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user