mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
take out option 'condense' for layout
This commit is contained in:
parent
588137ddd2
commit
e3084bb63c
|
@ -146,7 +146,7 @@ cy.on('zoom', function(evt) {
|
||||||
if(!$renderdata)
|
if(!$renderdata)
|
||||||
$this->printGraph();
|
$this->printGraph();
|
||||||
?>
|
?>
|
||||||
cy.layout({ name: '<?php echo $renderdata ? 'preset' : 'cose'; ?>', condense: true, ready: function() {$('#png').attr('src', cy.png({'full': true}))} });
|
cy.layout({ name: '<?php echo $renderdata ? 'preset' : 'cose'; ?>', ready: function() {$('#png').attr('src', cy.png({'full': true}))} });
|
||||||
cy.maxZoom(2.5);
|
cy.maxZoom(2.5);
|
||||||
cy.minZoom(0.4);
|
cy.minZoom(0.4);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user