Skip to content

Commit

Permalink
Remove dashed lines for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Nov 2, 2023
1 parent 634f959 commit 2403246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optuna_dashboard/ts/components/GraphIntermediateValues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const plotIntermediateValue = (
? "(infeasible)"
: ""
}`,
...(!isFeasible && { line: { color: "#CCCCCC", dash: "dash" } }),
...(!isFeasible && { line: { color: "#CCCCCC" } }),
}
})
plotly.react(plotDomId, plotData, layout)
Expand Down

0 comments on commit 2403246

Please sign in to comment.