edge的箭头,为什么不能更新,endArrow和startArrow变更不生效 #7159
Closed
zhunnyWang
started this conversation in
General
Replies: 1 comment
|
已经 graph.draw了 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
graph.updateEdgeData([
{
id: selectedEdge.value.id,
style: {
endArrow: true,
startArrow: false,
}
}
])
All reactions