Map. dagre and spread algorithm

This commit is contained in:
Cindy Chang
2024-08-15 10:54:04 +08:00
parent ffe97ed63f
commit fb335f996d
5 changed files with 63 additions and 7 deletions

View File

@@ -340,10 +340,11 @@ export default {
id:node.id,
type:node.type,
label:node.label,
height:80,
width:100,
backgroundColor:'#FFCCCC',
bordercolor:'#003366',
height: 48,
width: 216,
backgroundColor:'#FFFFFF',
bordercolor:'#64748B',
radius: '999px',
shape:"round-rectangle",
freq:node.freq,
duration:node.duration,