如何设置边的类型为贝塞尔? #1336
Answered
by
wumail
kinop112365362
asked this question in
Q&A
如何设置边的类型为贝塞尔?
#1336
-
现在默认拖出的都是直线,如何设置成默认贝塞尔? |
Beta Was this translation helpful? Give feedback.
Answered by
wumail
Sep 12, 2023
Replies: 1 comment
-
new LogicFlow({
...
edgeType: 'biezer',
...
})
// or
lf.setDefaultEdgeType('bezier') 参考文档: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wumail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考文档:
https://site.logic-flow.cn/docs/#/zh/guide/basic/edge?id=%e8%87%aa%e5%ae%9a%e4%b9%89%e8%8a%82%e7%82%b9%e4%b9%8b%e9%97%b4%e8%be%b9%e7%9a%84%e7%b1%bb%e5%9e%8b
https://site.logic-flow.cn/docs/#/zh/api/logicFlowApi?id=setdefaultedgetype