enabling zooming slightly further out
This commit is contained in:
parent
83b21de97b
commit
71b76a4332
|
@ -47,7 +47,7 @@ class Cytoscape extends React.PureComponent<ICytoscapeProps> {
|
||||||
name: "preset"
|
name: "preset"
|
||||||
},
|
},
|
||||||
maxZoom: 2,
|
maxZoom: 2,
|
||||||
minZoom: 0.02,
|
minZoom: 0.01,
|
||||||
pixelRatio: 1.0,
|
pixelRatio: 1.0,
|
||||||
selectionType: "single"
|
selectionType: "single"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue