cversari

Results 2 comments of cversari

@morficus just wrap the label content in a ``, then use [getBoundingClientRect](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) to compute the size of the node.

Hi Chase, in the node's data() I get the id of the node, then I query the cytoscape main object to find the node (something like `cy.$('#' + data.id)`). Let...