cytoscape / cx2js

A CX to Cytoscape JS library
MIT License
3 stars 1 forks source link

Implement NODE_VISIBLE #11

Open dotasek opened 5 years ago

dotasek commented 5 years ago

Cytoscape has only a boolean value for visibility; Cytoscape JS has two different modes for this, display and visibility, which have different behaviours for how much space an element occupies. The closest behaviour to Cytoscape wins.