kaluginserg / cytoscape-node-html-label

Labels for cytoscape node. Demo:
https://kaluginserg.github.io/cytoscape-node-html-label/
MIT License
102 stars 43 forks source link

how to make the label clickable when it stacked on a node #55

Closed Mote-Z closed 4 years ago

Mote-Z commented 4 years ago

how to make the label clickable when it stacked on a node

enablePointerEvents: true

doesn't work

Mote-Z commented 4 years ago

put LabelContainer out of __________cytoscape_container,then make it position: absolute,remember to make the LabelContainer's parent absolute too