Fixed Incorrect Default Edge Width
This commit is contained in:
parent
4ccb852a30
commit
8adcb0b0f2
@ -10,7 +10,7 @@ const SIDEBAR_WIDTH = 400;
|
|||||||
const DEFAULT_EDGE_STYLE = {
|
const DEFAULT_EDGE_STYLE = {
|
||||||
type: "bezier",
|
type: "bezier",
|
||||||
animated: true,
|
animated: true,
|
||||||
style: { strokeDasharray: "6 3", stroke: "#58a6ff", strokeWidth: 2 },
|
style: { strokeDasharray: "6 3", stroke: "#58a6ff", strokeWidth: 1 },
|
||||||
label: "",
|
label: "",
|
||||||
labelStyle: { fill: "#fff", fontWeight: "bold" },
|
labelStyle: { fill: "#fff", fontWeight: "bold" },
|
||||||
labelBgStyle: { fill: "#2c2c2c", fillOpacity: 0.85, rx: 16, ry: 16 },
|
labelBgStyle: { fill: "#2c2c2c", fillOpacity: 0.85, rx: 16, ry: 16 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user