G6 icon indicating copy to clipboard operation
G6 copied to clipboard

♾ A Graph Visualization Framework in JavaScript.

Results 414 G6 issues
Sort by recently updated
recently updated
newest added

### Describe the bug / 问题描述 1. 图表示例:https://g6-next.antv.antgroup.com/zh/examples/layout/dagre/#antv-dagre-combo 2. 版本:v5 3. 问题描述:示子中增加 behaviors [collapse-expand] ,双击A combo时 报错,如下图: ![image](https://github.com/antvis/G6/assets/2908276/447b2dde-7246-4c99-8889-ddbf2979a96d) ### Reproduction link / 重现链接 https://g6-next.antv.antgroup.com/zh/examples/layout/dagre/#antv-dagre-combo ### Steps to Reproduce the Bug...

bug
v5

### Describe the bug / 问题描述 ![image](https://github.com/antvis/G6/assets/37255760/19159d9a-a224-42ad-a367-ea2a83653f54) polyline 连接线不正确的问题 【期望连接形式】 ![image](https://github.com/antvis/G6/assets/37255760/ed4d5ad1-3586-4630-993f-dd1fb0241f2d) ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 ``` node:...

### 问题描述 React实现自定义节点,画布缩放后,再对任意React自定义节点进行拖拽操作,节点间的连线位置会错乱。 ### 重现链接 https://g6-next.antv.antgroup.com/zh/examples/element/custom-node/#react-node ### 重现步骤 1. 用React实现自定义节点,渲染两个点和两个点之间的边 2. graph开启zoom-canvas和drag-element的行为 3. 对画布进行缩放操作 4. 拖拽节点,观察节点间连线 ### 预期行为 预期连线两端的点始终保持在节点上,实际连线两端指向空白位置。官方示例:https://g6-next.antv.antgroup.com/zh/examples/element/custom-node/#react-node,按步骤操作就可以复现问题。 ### 平台 - 操作系统: macOS Sonoma 14.5 - 网页浏览器: Arc 1.44.1...

bug
v5

### Describe the bug / 问题描述 V5 给node添加一个角度 则连接桩的点会径向往外移动 浏览器版本 chrome 126.0.6478.116(正式版本) (64 位) 操作系统win10 64位 ### Reproduction link / 重现链接 https://g6-next.antv.antgroup.com/examples/element/node/#port ### Steps to Reproduce the Bug or Issue...

### 问题描述 参考[高亮相邻节点](https://g6.antv.antgroup.com/examples/interaction/highlight/#highlightDark)的功能,实现节点移入移出的自定义行为时,发现mouseenter、mouseout、mouseleave 触发结果有问题 ### 重现链接 暂无 ### 重现步骤 如图,使用mouseenter和mouseout配合时,首次移入移出节点,没问题,但移出后,再次移入相同节点,mouseenter不触发 只有再移入其他节点或边,才会触发 第二种情况:如果是mouseenter和mouseleave配合时,移入一个节点移出时,mouseleave不生效,再移入另一个节点或边时,会先触发上一个节点的mouseleave方法,再触发该节点的mouseenter方法 ### 预期行为 不论哪种方式,可正常移入移出,达到[高亮相邻节点](https://g6.antv.antgroup.com/examples/interaction/highlight/#highlightDark) 的效果即可 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome,...

stale

### Describe the bug / 问题描述 behavior 的 trigger 配置中 'ctrl' 无法生效 ### Reproduction link / 重现链接 https://g6-next.antv.antgroup.com/examples/behavior/select#brush ### Steps to Reproduce the Bug or Issue / 重现步骤 官方 brush-select...

bug
v5

EdgeData和NodeData 应提供style和data泛型保证数据类型一致。

feature
v5

### Describe the bug / 问题描述 删除组报错 ### Reproduction link / 重现链接 https://stackblitz.com/edit/react-3ybsvb?file=index.html ### Steps to Reproduce the Bug or Issue / 重现步骤 选中组后带删除 ### G6 Version / G6 版本...

### Describe the bug / 问题描述 registerNode 中怎么配置动画 ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 代码一 ``` G6.registerNode('car-circle', { afterDraw(cfg,...

### 问题描述 树节点下通过addShape绘制节点的其他功能节点,我想让功能节点可以与其他节点建立关联 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...