refine nodes

This commit is contained in:
Cindy Chang
2024-08-21 15:33:55 +08:00
parent 85b8536f3a
commit 23a21f1b0a
2 changed files with 10 additions and 7 deletions

View File

@@ -331,10 +331,11 @@ export default {
id:node.id,
type:node.type,
label:node.event_type,
height:60,
width:60,
backgroundColor:'#FFCCCC',
bordercolor:'#003366',
height: 48,
width: 48,
backgroundColor:'#FFFFFF',
bordercolor:'#0F172A',
textColor: '#FF3366',
shape:"ellipse",
freq:logFreq,
duration:logDuration,
@@ -350,6 +351,7 @@ export default {
label:node.label,
height: 48,
width: 216,
textColor: '#0F172A',
backgroundColor:'rgba(0, 0, 0, 0)',
borderradius: 999,
shape:"round-rectangle",