diff --git a/components/graph/base.js b/components/graph/base.js index 2b37d44..d8195db 100644 --- a/components/graph/base.js +++ b/components/graph/base.js @@ -263,7 +263,7 @@ class GraphView extends GraphViewBase { } GraphView.defaultProps = merge(GraphViewBase.defaultProps, { - layoutEngineType: null, + layoutEngineType: 'SnapToGrid', }); class Node extends NodeBase {