I have inside my read:function(){
var $container = $("#cytoscape");
// debugger;
$container.cytoscapePanzoom();
...
}
on chrome console I see that I have the Panzoom div setted, but I cannot see the controls.
Are there anything else I need to call to display the panzoom control for my graph ?
