Closed talhajunaidd closed 5 years ago
I am also facing the same problem, and I think this is because of the
settings[$data.attr("type")][$data.attr("key")] = $data.text();
if this change to
settings["data"][$data.attr("key")] = $data.text();
then issue resoled.
We don't have anybody to work on this currently but feel free to do a PR to fix the problem and we'd be happy to review and merge it.
I made a PR for it. Thanks @rg2609!
Hi there I'm using networkx on backend to do heavy lifting and cytoscape.js on frontend to display graph. I've tried to import graphml file generated from networkx but got the following error.
ERROR TypeError: Cannot set property 'd0' of undefined
Here are contents of graphml file.
Any help will be appreciated.