Graphin icon indicating copy to clipboard operation
Graphin copied to clipboard

A React toolkit for graph visualization based on G6

Results 115 Graphin issues
Sort by recently updated
recently updated
newest added

feat: use layoutController of g6 instead of graphin when the layout type is not graphin-force

### Describe the bug ### Your Example Website or App 0 ### Steps to Reproduce the Bug or Issue 1 ### Expected behavior export ### Screenshots or Videos _No response_...

### Describe the bug 拖动节点-0, 有条线 ### Your Example Website or App nope ### Steps to Reproduce the Bug or Issue 1 ### Expected behavior 不要有拖出来的残影 ### Screenshots or Videos...

### Describe the bug When I try Graphin Demo Website. https://graphin.antv.vision/~demos/graph-database-large-graph **And choose some node for expand.** ![Graphin-before-expand](https://user-images.githubusercontent.com/45688421/181728595-2397f076-cd39-4f0b-a5dc-07f42e1009c5.jpg) **Then it overlaps with other nodes.** ![Graphin-after-expand](https://user-images.githubusercontent.com/45688421/181728737-973d398f-0307-424f-9305-d33b17337ae2.jpg) ### Your Example Website or...

![image](https://user-images.githubusercontent.com/65581285/125579634-b3eadd95-703b-4ffd-88a9-753304eaac3e.png) ![image](https://user-images.githubusercontent.com/65581285/125579704-c4cc3e4e-3f34-496b-9b8b-6cee1f374ff1.png) 如同官网demo上这样,拖动边缘节点时候会有这种情况出现,附谷歌游览器版本号。

## Summary **1. Upgrade graphin's dependencies** `@antv/g6` - recent G6 updates ([g6 commits](https://github.com/antvis/G6/commits/master)) include performance optimizations & Combo related enhancements For example, new combo close icons setting was introduced a...

### Describe the bug I am trying to run the graphin app locally to experiment with some changes, however I am running into build errors ### Goal My goal is...

### Describe the bug 因为想要使用交互的时间轴,所以我自定义了一个TimeBar组件,使用了G6的TimeBar实例,然后将其包裹在了组件内。结果一开始会在页面中正常显示时间轴,结果第二天莫名其妙的报错说“Cannot read properties of null(reading type)”,我查看了报错源码,是说在Timebar.prototype.filterData函数中的var type = this._cfgs.type有问题,简单说就是说我配置项的type属性取值为空,但我肯定有配置哇,并且我配置的是“simple”。 然后过了良久,到半夜它又自己好了……嗯,就比较崩溃 ![微信图片_20220713000717](https://user-images.githubusercontent.com/62545114/178540661-3a6c2319-06bf-485b-a2d4-a219cd756adc.png) ![微信图片_20220713000722](https://user-images.githubusercontent.com/62545114/178540669-0c5bba59-c63d-48a9-ac48-901f1198d034.png) ![微信图片_20220713000729](https://user-images.githubusercontent.com/62545114/178540680-68d14779-e8ad-4771-9ef1-337f3ce3188a.png) ![微信图片_20220713000734](https://user-images.githubusercontent.com/62545114/178540683-dd7949d8-dc67-4143-8842-65c874823eb5.png) ![Uploading 1657642917335.jpg…]() ### Your Example Website or App https://codesandbox.io/s/youthful-wood-36k7m3 ### Steps to...

### Describe the bug When running a basic graph with the below setup ``` const data = Utils.mock(11).circle().graphin(); const layout = { type: "concentric", nodeSize: 250 }; ``` The graph...

### Description - Added `auto`, `top-left`, `top-right`, `bottom-left` and `bottom-right` positions to tooltip. `auto` would automatically select the position based on the pointer location in the canvas https://user-images.githubusercontent.com/7285903/176151230-92f101bf-6d20-44e1-ad90-d6ff5aa304c7.mp4