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

fix: update default edge width in nodelink vis

parent c2278071
No related branches found
No related tags found
No related merge requests found
Pipeline #138014 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