mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
feat: add forceatlas2layout
This commit is contained in:
parent
cf82309da8
commit
c39af46dcc
@ -77,7 +77,7 @@
|
||||
"@antv/g-mobile": "0.0.1-beta.7",
|
||||
"@antv/g6-core": "*",
|
||||
"@antv/hierarchy": "^0.6.2",
|
||||
"@antv/layout": "0.1.7-beta.1",
|
||||
"@antv/layout": "0.1.11",
|
||||
"@antv/matrix-util": "^3.0.4",
|
||||
"@antv/path-util": "^2.0.3",
|
||||
"@antv/scale": "^0.3.1",
|
||||
|
@ -0,0 +1,3 @@
|
||||
import { ForceAtlas2Layout } from '@antv/layout/lib/layout/forceAtlas2';
|
||||
|
||||
export default ForceAtlas2Layout;
|
Loading…
Reference in New Issue
Block a user