antvis/G6
The issue has been closed
darge布局加上controlPoints后出现部分点和线连接不上的问题 #4424
songxiaoyu321 posted onGitHub
问题描述
darge布局加上controlPoints后出现部分点和线连接不上的问题
this.graph.updateLayout({
type: 'dagre',
begin: [0, 0],
rankdir: 'LR', // 可选,默认为图的中心
nodesep: 20, // 可选
ranksep: 200 // 可选
// controlPoints: true // 可选
})
没有加controlPoints: true正常
加上controlPoints: true
重现链接
无
重现步骤
同问题描述
预期行为
期望正常
平台
- 操作系统: [macOS]
- 网页浏览器: [Google Chrome]
- G6 版本: [4.8.9]
- 会不会和版本或者依赖的版本有关系
屏幕截图或视频(可选)
No response
补充说明(可选)
No response