We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://x6.antv.antgroup.com/examples/showcase/practices/#flowchart ‘arrowheadMovable’配置不起作用
interacting:{ magnetConnectable:true, arrowheadMovable:true, vertexMovable:true, vertexAddable:true, vertexDeletable:true, edgeMovable:true, },
无
interacting配置不生效
能正常拖动箭头到另一个连接桩
No response
The text was updated successfully, but these errors were encountered:
解决了, https://x6.antv.antgroup.com/examples/showcase/practices/#flowchart,这里说明不够详细,之说了设置 arrowheadMovable:true,可以移动, https://x6.antv.antgroup.com/api/registry/edge-tool#source-arrowhead-%E5%92%8C-target-arrowhead,这里才有详细 说明 graph.on('edge:mouseenter', ({ cell }) => { cell.addTools([ { name: 'vertices' }, { name: 'segments', args: { attrs: { fill: '#444', }, }, },, { name: 'source-arrowhead', args: { attrs: { fill: 'red', }, }, },, { name: 'target-arrowhead', args: { attrs: { fill: 'red', }, }, }, ]) })
Sorry, something went wrong.
No branches or pull requests
Describe the bug
https://x6.antv.antgroup.com/examples/showcase/practices/#flowchart
‘arrowheadMovable’配置不起作用
Your Example Website or App
无
Steps to Reproduce the Bug or Issue
interacting配置不生效
Expected behavior
能正常拖动箭头到另一个连接桩
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: