Skip to content
Snippets Groups Projects
Verified Commit b35d69b5 authored by Dennis Collaris's avatar Dennis Collaris
Browse files

fix: update default edge width in nodelink vis

parent b1c3c196
No related branches found
Tags v1.79.1
1 merge request!186fix: update default edge width in nodelink vis
Pipeline #138145 passed
......@@ -44,7 +44,7 @@ const settings: NodelinkVisProps = {
shapeMap: undefined,
},
edges: {
width: { similar: true, width: 0.2 },
width: { similar: true, width: 0.8 },
},
nodeList: [],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment