Skip to content
Snippets Groups Projects

fix: update default edge width in nodelink vis

Merged Dennis Collaris requested to merge fix/update-default-edge-width into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -44,7 +44,7 @@ const settings: NodelinkVisProps = {
shapeMap: undefined,
},
edges: {
width: { similar: true, width: 0.2 },
width: { similar: true, width: 0.8 },
},
nodeList: [],
};
Loading