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 comboCombined的layout,三层嵌套,combo a->combo b -> node ,combo与其他节点无连接,内层的node和其他节点有连接,默认所有combo都关闭的情况下,逐级展开的时候,再展开combo a之后,连接线消失。默认combo都开启的情况下,全部关闭后再逐级展开,也会复现。 另外,edge上的label,需要内部节点显示才会展现,这个是否有配置可控制? ### Your Example Website or App https://7qfmqo.csb.app/ ### Steps to Reproduce the Bug or Issue 1、收起combo b 2、收起combo...

### 问题描述 当 animate为false, 在node:dragstart事件中使用addChild(),会导致node:drag以及相关拖拽事件失效,无法完成node的拖拽。 ### 重现链接 https://codesandbox.io/s/g6-drag-appchild-xc07ri?file=/index.html ### 重现步骤 1.目前使用TreeGraph,不想用到animate,设置animate:false; 2. 在node:dragstart中,使用addChild()在想要的位置添加子节点引导用户修改结构; 3. addChild成功以后,会导致后续的node:drag事件失效,无法拖拽node节点; 4. 设置animate: true,拖拽正常。 ### 预期行为 期望 animate:false 也能正常拖拽; ### 平台 - 操作系统: macOS - 网页浏览器:...

vue/cli2.x项目 IE上出不来 ![111](https://user-images.githubusercontent.com/34017585/129036027-da269825-ad25-4341-8a16-70cd17c63105.jpg)

### 问题描述 3.X版本的registerNode在ie浏览器中报错,有没有哪位大佬遇到过,怎么解决的 ### 重现链接 。。。 ### 重现步骤 。。。 ### 预期行为 .... ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [IE] - G6 版本: [3.X ......

### 问题描述 G6版本4.6.6. 内网环境使用comboCombined布局,但是节点比较多,combo也比较多。绘图出来的结果是combo存在重叠 ### 重现链接 无 ### 重现步骤 绘图结束 ### 预期行为 希望能有配置项避免combo重叠 ### 平台 - 操作系统: [Windows,] - 网页浏览器: [Google Chrome] - G6 版本: [4.6.6 ] ### 屏幕截图或视频(可选) ![微信图片_20220805155015](https://user-images.githubusercontent.com/34431484/183030469-f5e15e19-49e3-4210-8dd7-e1f37e827239.jpg)...

### 问题描述 1、timeBar 设置 type: 'tick',播放控制controllerCfg配置无生效; 2、graph画布changeData后,当前timeBar是在播放状态,渲染就会出错; 以上都是vue+G6 ### 重现链接 https://g6.antv.vision/zh/examples/tool/timebar#timebar ### 重现步骤 https://g6.antv.vision/zh/examples/tool/timebar#timebar ### 预期行为 1、timeBar 能有个重新初始化的功能,changeData的画布的时候,可以进行update; 2、timeBar api 参数配置controllerCfg 生效 ### 平台 操作系统: [Windows] 网页浏览器: [Google ] G6...

### 问题描述 询问:如何获取G6的选中状态顺序,比如:我单选了一个节点,然后ctrl又选中的一个,获取选中节点的顺序发现与我选中的顺序不一样 ### 重现链接 https://g6.antv.vision/zh/examples/net/furchtermanLayout#basicFruchterman ### 重现步骤 ![image](https://user-images.githubusercontent.com/74236806/183284076-ce30f02e-34a2-4ce5-9fc8-c70de4a20053.png) ### 预期行为 预期:[第一次选中的,第二次选中,.......], ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

### 问题描述 需求:鼠标move到节点,高亮显示与子节点连线,其他的连线置灰;当单击其他节点后会自动执行一次布局,但鼠标样式&连线的state并没有发生改变; 说明:连线状态的改变是通过自定义behavior添加时间node:mouseenter & node:mouseleave来实现; 效果:如果所示 ### 重现链接 下面视频 ### 重现步骤 无 ### 预期行为 无 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome,...

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit guidelines ##### Description of change This PR implements the `fitItems`...

PR: unreviewed

### 问题描述 G6 中布局node节点设置x、y,又设置layout,layout会覆盖node节点的x、y位置,有没有办法,可以使两者共存,互不影响 ![image](https://user-images.githubusercontent.com/108798881/177525036-4274d0db-92ed-4b26-9933-21ef64b01af7.png) ![image](https://user-images.githubusercontent.com/108798881/177525115-705c1b1f-2970-4857-9858-6de807db3a8b.png) ### 重现链接 无 ### 重现步骤 ![image](https://user-images.githubusercontent.com/108798881/177525036-4274d0db-92ed-4b26-9933-21ef64b01af7.png) ![image](https://user-images.githubusercontent.com/108798881/177525115-705c1b1f-2970-4857-9858-6de807db3a8b.png) ### 预期行为 我希望看到layout设置不会影响node节点中的x、y位置的设置 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome,...