enable zooming slightly further out
This commit is contained in:
parent
a615d115fd
commit
58a549de0f
|
@ -34,7 +34,7 @@ class Cytoscape extends React.PureComponent<ICytoscapeProps> {
|
||||||
name: "preset"
|
name: "preset"
|
||||||
},
|
},
|
||||||
maxZoom: 2,
|
maxZoom: 2,
|
||||||
minZoom: 0.03,
|
minZoom: 0.02,
|
||||||
pixelRatio: 1.0,
|
pixelRatio: 1.0,
|
||||||
selectionType: "single"
|
selectionType: "single"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue