Rio
Rio
### 问题描述 自定义了rect扩展而来的两种节点,single和multi,multi的高度更高。 出现了两个问题,第一个问题是nodesep设为0和nodesepfunc返回0,这两种实际导致的节点间隔不同。第二个问题是,数据中给到了size但是仍然出现节点覆盖的情况。 node数据如下: originNodes.forEach((item) => { nodes.push({ id: item.story_code, comboId: getFieldValues(item.detail?.field_values, 'parent_asset'), anchorPoints: [ [0, 0.5], [1, 0.5], ], type: item.children.length === 1 ? 'single-card' : 'multi-card', size:...
### Describe the bug mac设备可以正常执行,均执行在chrome下,但是windows上无法在x轴上滚动canvas。 ### Your Example Website or App https://g6.antv.antgroup.com/examples/case/graphDemos/#edgeBundling ### Steps to Reproduce the Bug or Issue 直接使用官方的实例,在modes里添加scroll-canvas即可复现此问题 ### Expected behavior 期望windows能和mac下一致,实现x轴的canvas滚动 ### Screenshots or Videos _No...