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

### 问题描述 在画布缩放过程中,如何做到节点可视化大小效果不变(即节点大小不随着缩放变化)? ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

### 问题描述 设置了点不重合,但是数据量大时,有的边会重合在一条直线上 ### 重现链接 https://g6.antv.vision/zh/examples/net/forceDirected#basicForceDirected ### 重现步骤 ![image](https://user-images.githubusercontent.com/23444708/182064002-77744bf1-0778-4e8a-b213-f4ffec58a84f.png) ### 预期行为 希望点和边都不重合 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox] - G6...

### 问题描述 ![image](https://user-images.githubusercontent.com/16110230/180755358-4bd96c68-b557-4fe5-a6f5-0a3d3f0530fd.png) 如何将2和3的线合并,然后各自指向4和5? 实现类似效果: ![image](https://user-images.githubusercontent.com/16110230/180755802-9ad59bbf-5c57-437a-8a5f-dd8ed2cf281d.png) ### 重现链接 https://codesandbox.io/s/optimistic-keldysh-giiym9?file=/index.js ### 重现步骤 问题在于,我想要获取到4和5的中间值坐标,然后根据registerEdge画出path。 但是在4的draw回调中,无法获取到5的位置,求解。 ### 预期行为 将2和3的线合并 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome,...

- [x] I have searched the [issues](https://github.com/antvis/g6/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/ecstatic-ellis-07p04?file=/src/index.js) ### Steps to reproduce 无 |...

bug

### 问题描述 目前看到只有设置`position: 'center'`时,label会水平和垂直居中且不能通过refY和refX进行修改,但是大多数时候只用到水平或者垂直,再通过refY和refX细微调整,而不是两个居中都用到。 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 期望能把`position: 'center'`拆成垂直和水平居中。 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox]...

feature

### Describe the bug 脑图树 生成3000节点 chrome 会卡顿 是否有解决方案 ### Your Example Website or App https://codesandbox.io/s/small-sea-902h1c?file=/src/components/HelloWorld.vue ### Steps to Reproduce the Bug or Issue 无法滚动 配合minMap 会非常卡 ### Expected behavior...

### 问题描述 There is no way to automatically align pipes. Determining the starting position does not solve the problem in case of dynamic pipe resizing. If the content of the...

### 问题描述 前段时间我们项目升级了@angular-devkit/build-angular依赖包,发现画布上节点显示成一个圆点,尝试了从0.802.0-next.0后的所有版本,都有这个问题,请教下是什么原因 ### 重现链接 内部系统无法提供 ### 重现步骤 1.进入页面 2.拖拽出节点 3.节点显示成一个圆点 ### 预期行为 正常显示 ![Uploading image.png…]() ### 平台 - 操作系统: [Windows] - 网页浏览器: [Google Chrome] - G6 版本: [3.5.7] ###...

### 问题描述 看官网有 fontfamily 形式,但只支持单色 icon ,symbol 引入的iconfont 可以支持多色icon,不清楚 g6 是否支持,如果支持,可否提供一个demo https://g6.antv.vision/zh/docs/manual/advanced/iconfont https://www.iconfont.cn/help/detail?spm=a313x.7781069.1998910419.d8d11a391&helptype=code ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台 - 操作系统: [macOS, Windows, Linux, React...

### Describe the bug 页面报错 ![image](https://user-images.githubusercontent.com/4345248/163784529-d8931a09-579d-4885-9517-93bdbf7d23c2.png) ![image](https://user-images.githubusercontent.com/4345248/163784846-3fbf04b8-85b5-4aba-9c09-6810ebc06c61.png) 关键代码 ![image](https://user-images.githubusercontent.com/4345248/163785046-4a33c1dc-46dd-423b-a7f9-b77061927e27.png) ### Your Example Website or App https://codesandbox.io/s/sweet-bush-1qkzjs?file=/index.html ### Steps to Reproduce the Bug or Issue 无 ### Expected behavior 期望正常展示 dom...