A Cytsocape.js extension to provide a framework for grid interactions such as grid lines and snapping to grid, and guidelines and snap support for alignment of nodes.
MIT License
59
stars
9
forks
source link
when parent dom element (not body) set ‘background-color’ attrbute then the grid line not display #32
@sakyawang either set the
z-index
of Cytoscape.jsdiv
to a value higher than 0, or set thegridStackOrder
option to zero or a higher value.