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

### 问题描述 在拖动一次后,就会出现下面的错误,然后点的动画消失,不知道是不是和这个错误有关系 ### 重现链接 https://codesandbox.io/embed/black-hooks-5x64yg?fontsize=14&hidenavigation=1&theme=dark ### 重现步骤 直接拖动一个点,拖动第二个点时动画失效 ### 预期行为 动画不应该失效,但是在CodeSandbox内没有报错, ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

### 问题描述 version:4.6.15 我拖拽节点的时候 shouldEnd 方法的 e.item 为null,请问这个是什么问题? ![image](https://user-images.githubusercontent.com/22017199/177724997-66f7cc27-ba1f-4c1f-b99b-7196bc3a3e95.png) const graph = new G6.Graph({ container: 'mountNode', groupByTypes: false, modes: { default: ["zoom-canvas", "drag-canvas", { type: 'drag-node', enableDelegate: true, shouldBegin: (e)...

### Describe the bug ``` {unescape('%ue6c5')} {count ? count.toString() : '0'} ``` ![image](https://user-images.githubusercontent.com/29660825/178096210-19292660-ca64-4129-a456-5b749f5314e5.png) 未设置右侧间距,但是渲染出来却有一段空白 ### Your Example Website or App 暂无 ### Steps to Reproduce the Bug or Issue 见上图...

### 问题描述 https://g6.antv.vision/zh/examples/tree/customItemTree#customTree 期望像这个示例的缩略图一样宽度不一致的rect节点右对齐,现状是居中对齐,且没找到合适的配置 ### 重现链接 null ### 重现步骤 null ### 预期行为 期望rect型节点的树图像示例的缩略图一样,宽度不一致右对齐 ### 平台 - 操作系统: [macOS] - 网页浏览器: [Google Chrome] - G6 版本: [4.5.1 ... ] ### 屏幕截图或视频(可选)...

### Describe the bug Uncaught TypeError: Cannot read properties of null (reading 'source') ![image](https://user-images.githubusercontent.com/50765823/179196231-2da2e321-35eb-4a1e-ad69-a127d2c25070.png) ### Your Example Website or App no ### Steps to Reproduce the Bug or Issue changeData...

### Describe the bug When you create a combo with type `circle` the property `fixCollapseSize` is not respected. If you change the type of the combo to `rect` you can...

bug

### 问题描述 官网有类似的symbol path函数 ``` const expandIcon = (x, y, r) => { return [ ['M', x - r, y], ['a', r, r, 0, 1, 0, r * 2, 0],...

### 问题描述 如题描述,文档中没找到相关的说明。另:重现链接中的例子是官方的demo,但是有报错 ### 重现链接 https://codesandbox.io/s/gallant-moser-xudzst?file=/ReactNode/demo.tsx ### 重现步骤 请查看demo ### 预期行为 有方式可以配置节点的anchorPoints ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

bug

### 问题描述 ![image](https://user-images.githubusercontent.com/37130608/156707809-901ed377-6892-4680-ab1b-e79004d53e57.png) Error: 'GridLayout' is not exported by node_modules/_@[email protected]@@antv/layout/lib/index.js, imported by node_modules/_@[email protected]@@antv/g6-pc/es/layout/index.js ### 重现链接 无 ### 重现步骤 本地构建失败 tnpm run build ### 预期行为 npm包更新为最新的版本,构建失败 使用指定的版本可构建成功 ![image](https://user-images.githubusercontent.com/37130608/156708734-f66d6832-7b7c-48d9-b1ba-e157f098d164.png) ### 平台 -...

### Describe the bug window resize graph.changeSize uncaught TypeError: plugin.get is not a function version4.6.15 ### Your Example Website or App changeSize uncaught TypeError: plugin.get is not a function ###...