Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import problems #5

Open
jschoch opened this issue Oct 6, 2016 · 1 comment
Open

import problems #5

jschoch opened this issue Oct 6, 2016 · 1 comment

Comments

@jschoch
Copy link

jschoch commented Oct 6, 2016

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.

metincansiper added a commit that referenced this issue Jan 4, 2017
Makes changes in demo.html and a quick bug fix in importer
@metincansiper
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants