mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +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)
|
||||
$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.minZoom(0.4);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user