cytoscape/cytoscape.js-euler

Error message "Uncaught TypeError: Cannot read property 'pos' of undefined"

Closed this issue · 0 comments

When using an empty list of "elements" for cytoscape (e.g when I add nodes dynamically) the error "Uncaught TypeError: Cannot read property 'pos' of undefined" occurs.
To reproduce change in demo.html line 78 to "elements: []" (tested in Chrome v58)