cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Add zoom support #71

Open dotasek opened 6 years ago

dotasek commented 6 years ago

Add support for zoom:

dotasek commented 6 years ago

To some extent, GET/PUT already exists, in that Zoom is provided by the NETWORK_SCALE_FACTOR visual property, which can be accessed via Network Views operations.

This would make Zooming to selection and Zooming to region the more important to provide.