You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jschoch I made changes in 'demo.html'. Now in 'demo.html' a graph is imported from a string in graphml format (The graph is loaded successfully and rendered on screen). Then the existing graph is exported to a graphml string and the result is printed out to the console.
If the parameter you give to 'cy.graphml()' is a string in graphml format then it is supposed to work. Is there any problem with this?
I've attempted to use the demo.html output xml to test importing from a div via jquery
this.graphml($("#data").html())
but this doesn't seem to be loading anything. Is there an example of how this is supposed to work that is loading actual xml?
I've also tried to run some exports from ruby pacer and it complains about the xml format.
The text was updated successfully, but these errors were encountered: