求助,链接线label样式设置 #2137
Answered
by
NewByVector
yangshangbo
asked this question in
Q&A
求助,链接线label样式设置
#2137
-
下面是我实现出来的效果,没有边距设置导致看起来很拥挤 {
attrs: {
label: {
text: label,
},
rect: {
fill: '#ffffff',
stroke: 'rgba(0, 0, 0, 0.25)',
rx: 10,
ry: 10,
refHeight: 4,
refX: 0,
refY: -2,
},
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
NewByVector
May 30, 2022
Replies: 1 comment 1 reply
-
希望这个 demo 能帮到你。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NewByVector
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
希望这个 demo 能帮到你。