Skip to content
Snippets Groups Projects
Verified Commit de2838b6 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 #138015 passed
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
......@@ -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