Remove dashed lines for now

This commit is contained in:
nabenabe0928
2023-11-02 06:33:34 +01:00
parent 634f959d90
commit 2403246749
@@ -98,7 +98,7 @@ const plotIntermediateValue = (
? "(infeasible)"
: ""
}`,
...(!isFeasible && { line: { color: "#CCCCCC", dash: "dash" } }),
...(!isFeasible && { line: { color: "#CCCCCC" } }),
}
})
plotly.react(plotDomId, plotData, layout)