Drawflow
Drawflow copied to clipboard
你好,请教几个问题!
你好: 1.存在双击事件呢,而不是绑定元素。 2.如何限制一个节点,只有一个进入的线条和一个出去的线条?
1: I don't understand. But you can implement a double click event like in the demo.
Demo: https://jerosoler.github.io/Drawflow/ File demo: https://github.com/jerosoler/Drawflow/blob/master/docs/index.html#L366
2: View
- https://github.com/jerosoler/Drawflow/issues/35
1: I don't understand. But you can implement a double click event like in the demo.
Demo: https://jerosoler.github.io/Drawflow/ File demo: https://github.com/jerosoler/Drawflow/blob/master/docs/index.html#L366
2: View
非常感谢你的回答! 我正在尝试定制开发,但是我引入src/drawflow.js,无法运行。 我需要怎么做?
非常感谢你。
Remove from file:
export default
And load with normal javascript file with script tag.
Remove from file:
export default
And load with normal javascript file with script tag.
有用,非常感谢你的指导。 请问如何开启箭头,例如:连接线有一个方向箭头。