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

vue-cytoscape does not work with euler layout #45

Open
pkovanen opened this issue Nov 24, 2019 · 0 comments
Open

vue-cytoscape does not work with euler layout #45

pkovanen opened this issue Nov 24, 2019 · 0 comments

Comments

@pkovanen
Copy link

Euler layout hangs at least with Chrome browser. I have verified this with my own component and your example project:

(https://github.com/rcarcasses/vue-cytoscape-cola)

Reproduce:

npm install --save cytoscape-eule

Make the following changes to the example code:

import euler from "cytoscape-euler";
...
  layout: {
    name: "euler"
  },
...
cytoscape.use(euler);

Thank you so much for this great component!

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

1 participant