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

- **G6 Version**:3.7.1 - **Platform**: windows - **Mini Showcase(like screenshots)**:开发环境正常加载页面,生产环境无法加载页面 - **CodePen Link**: **This is my webpack config.** const fs = require('fs'); const isWsl = require('is-wsl'); const path = require('path');...

### 问题描述 当G6使用Fruchterman布局之后,在部分机器(windows,mac)上会显示错乱,包括官网的demo也是这个情况,如下图 请问有什么办法解决吗 ![lQLPDhtpG95923TNBaDNCgCwE3oRsP09iFUCfOIxIEA9AA_2560_1440](https://user-images.githubusercontent.com/16277261/167584626-74d72d94-54ab-47be-94ad-64b872caef44.png) ### 重现链接 https://g6.antv.vision/zh/examples/net/gpuLayout#fruchtermanComplexData ### 重现步骤 进入页面 ### 预期行为 正常情况应该是这样子 ![image](https://user-images.githubusercontent.com/16277261/167584437-84567168-509a-4007-be6a-004468df49a9.png) ### 平台 - 操作系统: [macOS, Windows] - 网页浏览器: [Google Chrome, Safari] - G6 版本: [4.5.0...

### 问题描述 元素动画中,边上做点的动画在react组件销毁,切换页面之后还是有在做动画。 这个可以通过浏览器的开发者工具-性能面板可以看到一直有占用cpu。官网的demo就有这个问题。 ### 重现链接 https://antv-g6.gitee.io/zh/examples/gallery#category-%E8%BE%B9%E5%8A%A8%E7%94%BB ### 重现步骤 1.进入带有边动画的页面 2.图表渲染完后,返回上一个页面 3.打开开发者工具的performance面板 ### 预期行为 我期望组件销毁之后动画就不再执行,图表相关的任何动画都不再执行。实际却是切换页面的时候,动画还是在进行,CPU被占用,当动画的边特别多的时候,CPU占用率会很高。 ### 平台 - 操作系统: [ Windows] - 网页浏览器: [Google Chrome] - G6 版本: [4.0.3 ]...

stale

- **G6 Version**: 3.4.4 - **Platform**: MacOS Chrome v80.0.3987.132 - **Mini Showcase(like screenshots)**: Pic A: The code of default edge with endArrow ![image](https://user-images.githubusercontent.com/15665709/78580549-1f470700-7865-11ea-943a-378ccb997388.png) Pic B: The edge's code (marker-end attribute's...

如下面的go.js例子,缩放后出现滚动条,滚动条与画布关联 [https://gojs.net/latest/samples/pageFlow.html](https://gojs.net/latest/samples/pageFlow.html)

### 问题描述 使用create-react-app5.0.1创建的项目,在编译运行时会出现依赖包解析错误的告警输出 ### 重现链接 '' ### 重现步骤 无 ### 预期行为 能在mac m1下正常运行 ### 平台 - 操作系统: [macOS M1] - G6 版本: [4.6.4] - react: [18.0.1] ### 屏幕截图或视频(可选) ![image](https://user-images.githubusercontent.com/103547464/169438957-ca02cb59-e20f-4955-ad3e-c5c7392d46b7.png) ![image](https://user-images.githubusercontent.com/103547464/169438994-10788a40-da5a-4077-a02a-6ee7f54af6a9.png)...

### 问题描述 使用 combo 实例的 addNode 方法添加子节点后,拖拽 combo 会报错 报错信息如下: ``` drag-combo.js?c616:405 Uncaught TypeError: item.getModel is not a function at base.updateSignleItem (drag-combo.js?c616:405:1) at eval (drag-combo.js?c616:391:1) at base.traverse (drag-combo.js?c616:368:1) at eval...

### 问题描述 项目上是使用的Angular7,最近引入了G6,本地开发是没问题的,但是编译打包之后启动会报错 `Uncaught TypeError: Super expression must either be null or a function` 尝试过在tsconfig中加入skipLibCheck: true [2796](https://github.com/antvis/G6/issues/2796) 也尝试过2个不同的G6版本(4.6.4、3.8.3) 都是一样的报错信息 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台...

- [ ] 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? 希望G6可以支持移动端,可以在移动端的图视图里拖动节点 I hope that...

### Describe the bug touch事件不支持 ### Your Example Website or App https://codesandbox.io/s/white-cherry-cq3vrv ### Steps to Reproduce the Bug or Issue https://codesandbox.io/s/white-cherry-cq3vrv ### Expected behavior 支持touch事件 ### Screenshots or Videos _No...

feature