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 / 问题描述 如下方式注册的节点在配置了 drag-node 仍无法支撑节点拖拽, 考虑在定义中添加 draggable = “true” 仍然无法生效 G6.registerNode( 'dscp-data-flow-standrad-node', (cfg) => { const nodeConfig = getNodeConfig(cfg); return ` ${nodeConfig.label} `; } ); ###...

### Describe the bug 使用dagre布局,layer控制节点层级,首次出现同级节点之间有连线的会导致布局失败 ### Your Example Website or App https://g6.antv.antgroup.com/manual/middle/elements/methods/multi-line#gatsby-focus-wrapper ### Steps to Reproduce the Bug or Issue 无 ### Expected behavior 布局失败 ![image](https://user-images.githubusercontent.com/86824254/211970363-f940dc73-7b0a-4f4c-8c8f-ab4dc7f6d3d3.png) ![image](https://user-images.githubusercontent.com/86824254/211970429-4b01be4a-d648-45d6-88e5-bce0aa203fb7.png) 期望结果 ![image](https://user-images.githubusercontent.com/86824254/211970491-a2778031-6abb-46de-ad65-3390cc21b115.png) ###...

stale

### Describe the bug / 问题描述 How to set label by defining node through createNodeFromReact ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue...

### Describe the bug ``` behaviors: [ { type: 'click-element', multiple: true, trigger: ['shift'] }, { key: 'brush-select', type: 'brush-select', mode: 'diff', trigger: 'shift', style: { fill: '#00f', fillOpacity: 0.2,...

bug
v5

### Describe the bug / 问题描述 https://stackblitz.com/edit/react-vg8efi?file=index.js ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 打开后缩小 ![图片](https://github.com/antvis/G6/assets/14134256/d2c9205c-2d7d-4db3-9d68-fe2b786e556e) ### G6 Version /...

bug
v5

### Describe the bug / 问题描述 使用 `autoResize=true`, 调整页面大小时,布局异常 https://github.com/antvis/G6/assets/37385554/35915260-b50a-447a-9dde-69ed3ad2275b ### Reproduction link / 重现链接 https://stackblitz.com/edit/react-cs3nws?file=index.js ### Steps to Reproduce the Bug or Issue / 重现步骤 _No response_ ### G6...

bug
v5

### Describe the bug / 问题描述 300+节点、500+边大图缩放时卡顿 ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug or Issue / 重现步骤 _No response_ ### G6 Version /...

### Describe the bug / 问题描述 官方示例节点动画: https://g6.antv.antgroup.com/zh/examples/scatter/customAnimate/#position 官方示例边动画: https://g6.antv.antgroup.com/zh/examples/scatter/edge/#arrowAnimate 把官方的这两个demo, 合并在一起. 发现无法运行动画. ### Reproduction link / 重现链接 https://codesandbox.io/p/sandbox/quirky-danny-65j4ss?file=%2Findex.js%3A118%2C4 ### Steps to Reproduce the Bug or Issue / 重现步骤 在实际项目中遇到了这样的情况....

### Describe the bug / 问题描述 使用脑图布局, 试用折线边的时候, 布局及绘制错误 ![image](https://github.com/antvis/G6/assets/53900832/93e47f7a-be9a-4b22-8179-5fad18ea8496) ### Reproduction link / 重现链接 https://codesandbox.io/p/sandbox/polished-flower-96tntv ### Steps to Reproduce the Bug or Issue / 重现步骤 运行代码即可 ### G6 Version...

bug
v5

### 问题描述 使用 React 自定义节点时,屏幕外的节点没有渲染 ### 重现链接 https://stackblitz.com/edit/react-b54nef?file=index.js ### 重现步骤 1. 进入页面 2. 拖拽页面 ### 预期行为 屏幕外的节点拖拽到可视区,节点显示 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] macOS - 网页浏览器:...

bug
v5