We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 升级之后,一些方法都找不到了 看了一下包
v1.5.0
v3.8.1
v2.3.0
v4.3.4
import { Layout } from '@antv/graphin'; // ...... // Dagre布局,返回布局后各个节点坐标 const layoutedNodes = Layout.Dagre({ nodes: lodash.values(dagreNodesMap), edges: dagreEdges }, { rankdir: 'LR', nodesep: V_GAP, ranksep: H_GAP });
Expected behavior 请问目前是否有解决方案,还是说必须重构代码了
The text was updated successfully, but these errors were encountered:
@LiangLuDeng Graphin2.x移除了所有的 layout,统一走@antv/layout这个库了
Sorry, something went wrong.
No branches or pull requests
Describe the bug
升级之后,一些方法都找不到了
看了一下包
v1.5.0
对应版本 antv/g6v3.8.1
v2.3.0
对应版本 antv/g6v4.3.4
Expected behavior
请问目前是否有解决方案,还是说必须重构代码了
The text was updated successfully, but these errors were encountered: