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 画gforce图的时候其余节点形成一个大球,但是有一个节点会离大球很远,让图片看起来像个避雷针。 ### Your Example Website or App 无 ### Steps to Reproduce the Bug or Issue 画一个gforce图 ### Expected behavior 我想让这个节点和其他点在一起,所有的节点形成一个球 ### Screenshots or Videos ![问题](https://user-images.githubusercontent.com/83998545/158299263-4dab5013-ce43-443c-8f37-ee26883e53d7.png)...

- [ ] I have searched the [issues](https://github.com/antvis/g6/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 隐藏子节点后需要对显示的节点重新布局 ### What does...

### 问题描述 因为从中间node直接连接到结尾node,导致combo的布局显示问题。如图中显示,编号为2的combo盖住了编号为3的combo ### 重现链接 https://codesandbox.io/s/new ### 重现步骤 展示的问题 ### 预期行为 我希望看到每个combo都是从左至右的布局,如图二所示 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

### 问题描述 使用force布局,点击节点进行扩展节点的时候,有一部分边会飞的特别远,甚至会超过两三个屏幕的距离 ### 重现链接 http://kg-inc.igancao.cn:3000/ ### 重现步骤 1、进入页面点击搜索节点 2、随机双击节点扩展,观察 ### 预期行为 我期望看到 扩展的节点距离图形中心点不超过一个屏幕的距离 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox]...

### Describe the bug I want the change Minimap cursor to google Minimap cursor G6 Minimap => ![image](https://user-images.githubusercontent.com/40931773/169646017-80174d18-f6f6-49b9-a01f-fbc28711c4e9.png) google Minimap => ![image](https://user-images.githubusercontent.com/40931773/169646052-047593fa-1264-46a0-a599-b99ae918c9aa.png) ### Your Example Website or App https://codesandbox.io/s/y50yjn ###...

### Describe the bug 对combo的操作没有进入操作栈 ![image](https://user-images.githubusercontent.com/51473151/169431835-22fa49f5-8f72-4e7a-a402-5403df9038b4.png) 而这里普通的node和edge,有操作栈的选项 ![image](https://user-images.githubusercontent.com/51473151/169431960-662a94fb-b2e5-4117-8b0e-dbea72a1f43a.png) ### Your Example Website or App 无需 ### Steps to Reproduce the Bug or Issue 见上面 ### Expected behavior 希望combo也能进入操作栈 ### Screenshots...

### Description Dagre combo 例子: https://g6.antv.vision/zh/examples/net/dagreFlow#dagreCombo 在 G6 中,有非常多优秀的布局实现 👍🏻 ,满足了大部分场景需求,可是在特定场景中,比如具有层级结构的分组流程图中,目前基于 dagre 的流程图布局,可以结合 Combo 实现分组展示,但是在复杂数据情况下仍然遗留了 dagre 边交叉严重的问题,分组节点与其他节点的关联关系也没办法联系起来,所以如果有兴趣的话是否有同学想讨论下基于 dagre 优化(可先新增一种布局方式)复合分组情况下的布局场景,复用重复边、并保留分组节点与内外节点的连接关系,具体思路如下(具体参考了 Tensorflow 的论文与实现:https://idl.cs.washington.edu/files/2018-TensorFlowGraph-VAST.pdf)。 ### Implementation 思路: ``` A、B 属于同组 G,C 在组外,A、B 分别与...

example

- [ ] I have searched the [issues](https://github.com/antvis/g6/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://github.com/antvis/G6/blob/6ff409a3a84f6ea0c18d2ee340b5721bb24f066d/packages/core/src/element/shapeBase.ts#L493](https://github.com/antvis/G6/blob/6ff409a3a84f6ea0c18d2ee340b5721bb24f066d/packages/core/src/element/shapeBase.ts#L493) ### Steps to reproduce ## 自定义node ```javascript...

### 问题描述 在画力导图的时候,代码完全没有变动,但偶尔会报错Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://unpkg.com/@antv/layout@latest/dist/layout.min.js' failed to load. 导致本来应该画几百个点的图,只会出现一个所有点重合在一起的大点。但这个问题是偶尔出现的,有的时候又自己能恢复正常 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台 -...