You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
attrs: {
portBody: {
width: NODE_WIDTH,
height: LINE_HEIGHT,
strokeWidth: 1,
stroke: "#5F95FF",
fill: "#EFF4FF",
magnet: true, //是用于配置端口是否具有磁性的属性
},
portNameLabel: {
ref: "portBody",
//居中对齐
refX: 0.5,
refY: 0.5,
xAlign: "middle",
yAlign: "middle",
fontSize: 10,
title: "希望让title能动态展示为数据中的某个字段",
},
},
Beta Was this translation helpful? Give feedback.
All reactions