Cytoscape test: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
}; | }; | ||
// | // draw options | ||
var | var draw_options = { | ||
vis.draw( | // your data goes here | ||
network: xml, | |||
visualStyle: visual_style, | |||
nodeTooltipsEnabled: true, | |||
edgeTooltipsEnabled: true, | |||
// hide pan zoom? | |||
panZoomControlVisible: true | |||
}; | |||
vis.draw(draw_options); | |||
}; | }; | ||
</script> | </script> |
Revision as of 12:58, 23 April 2012
Cytoscape Web will replace the contents of this div with your graph.