Graphin
Graphin copied to clipboard
A React toolkit for graph visualization based on G6
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.**  **Then it overlaps with other nodes.**  ### Your Example Website or...
  如同官网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”。 然后过了良久,到半夜它又自己好了……嗯,就比较崩溃     ![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