vue-super-flow icon indicating copy to clipboard operation
vue-super-flow copied to clipboard

Flow chart component based on Vue。vue flowchart

Results 22 vue-super-flow issues
Sort by recently updated
recently updated
newest added

你们知道如何移动两个节点之间的连线吗 有时候连线太多 默认的连线规则都重叠在一起了 我想能不能手动拖动连线.不让它们重叠在一起

调整如下:增加滚动条位置因素 export function getOffset(evt, target = null) { const { clientX, clientY, currentTarget } = evt const current = target || currentTarget const scrollTop = current.scrollTop const scrollLeft = current.scrollLeft...

由于文字显示比较多 ![image](https://user-images.githubusercontent.com/6128312/186308310-80100f56-cbee-4ddc-99d8-4f779c1a5356.png)

还有微信交流群吗,QQ群也行,想改下右键菜单变更为左键菜单

请问默认节点的位置必须配置坐标吗? linkList的startAt和endAt指什么?