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

v4使用示例 ![IMG_20240625_153326_edit_2767027430159553.jpg](https://github.com/antvis/G6/assets/49021590/43541ad9-caf8-49cf-a2a2-817b74147278) v5版本create-edge enable无法获取具体子元素,没有shouldEnd功能(drag-element同没should End) ![IMG_20240625_154100_edit_2767496389781356.jpg](https://github.com/antvis/G6/assets/49021590/0cab4136-46bd-48bd-beac-0f27b6113275)

### Describe the bug / 问题描述 缩小画布后再多次点击fitView和fitCenter得不到想要的效果,节点元素会飞出画布外面 ### Reproduction link / 重现链接 https://stackblitz.com/edit/react-t3qewq?file=index.js ### Steps to Reproduce the Bug or Issue / 重现步骤 1:使用鼠标缩小画布2次 2:点击fitCenter2次 3:点击fitView1次 4:点击fitCenter1次,无效果。 另外也缩放后随机点击fitCenter和fitView测试效果 ### G6...

bug
v5

issue: https://github.com/antvis/G6/issues/5949 * 修复 ClickSelect 未同步由非交互操作导致的元素状态变更不同步的问题 --- * Fixed an issue where ClickSelect did not synchronize element state changes due to non-interactive operations

### Describe the bug / 问题描述 然后点击第二个rect取消选中时 第一个又选中了 正常应该是 取消第二个rect选中时 其他元素都不选中 https://github.com/antvis/G6/assets/100757902/dc714734-054f-4e5e-bd53-3d8b4471fe0f 以下是html代码 Document Document 点击增加node const Graph = window.G6.Graph const graph = new Graph({ container: document.getElementById("container"), data: { nodes:...

bug
v5

* 修复背景图案例拼写错误 * 调整缩进图案例 --- * Fix typo of background demo * Refactor indented tree case

### Describe the bug / 问题描述 combo缩略的时候无法高亮,并且无法给缩略图片添加动画 ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 _No response_ ### G6 Version /...

### Describe the bug / 问题描述 使用g6-extension-react自定义节点后,在dagre布局下,edge不显示了,代码如下 ```js import { Graph } from '@antv/g6'; import { ExtensionCategory, register } from "@antv/g6"; import { GNode, Rect, Text } from "@antv/g6-extension-react"; import...

### Describe the bug / 问题描述 1. v5.0的示例: https://g6-next.antv.antgroup.com/zh/examples/layout/combo-layout/#combo-combined 2. v4.8的示例: https://g6.antv.antgroup.com/zh/examples/net/comboLayout#comboCombined 3. 述求:想在5.0中复现4.8的布局效果, 但有差异,5.0中两combo有重叠,如下图: ![image](https://github.com/antvis/G6/assets/2908276/607caf2e-331e-4544-8550-0dedfbb33235) ### Reproduction link / 重现链接 https://g6-next.antv.antgroup.com/zh/examples/layout/combo-layout/#combo-combined ### Steps to Reproduce the Bug or Issue...

### 问题描述 请问在4.6.18版本下,dagre布局绘制的拓扑图所渲染的图样式不太符合预期,希望更改为BreadthFirstSearch(BFS)广度搜索算法,具体该怎么实现呢?官网的图算法样例代码过于简略了,不是很理解 ### 重现链接 无 ### 重现步骤 1、dagre布局绘制了拓扑图,调用真实数据后发现线路交叉、相邻节点间距太远等渲染问题,希望更改图算法来优化渲染显示 ### 预期行为 通过广度搜索算法优化拓扑图渲染效果,减少线路交叉、缩进相邻节点距离、层次布局更加合理。 ### 平台 - 操作系统: [ Windows] - 网页浏览器: [Google Chrome] - G6 版本: [4.6.18 ] ### 屏幕截图或视频(可选) _No...

stale

### Describe the bug / 问题描述 when you enable the drag-element behavior and drag a combo, every link connected to its nodes is obscured by the layout of the combo,...