force-directed layout

This commit is contained in:
Cindy Chang
2024-08-23 11:19:46 +08:00
parent ab15087c2d
commit b5d5b1456d
5 changed files with 105 additions and 16 deletions

View File

@@ -350,7 +350,7 @@ export default {
type:node.type,
label:node.label,
height: 60,
width: 242,
width: 226,
textColor: '#0F172A',
backgroundColor:'rgba(0, 0, 0, 0)',
borderradius: 999,