-
I copied example with "cytoscape-cose-bilkent" from your readme and have a error `No such layout 'cose-bilkent' found. Did you forget to import it and 'cytoscape.use()' it?`
With "cytoscape.js-poppe…
-
In the examples included in the repo I observe two ways of setting style:
```
cytoscapeobj.set_style([ {
'selector': 'node[classes]',
…
-
When adding this component to a new next.js application I got the following compile error:
`SyntaxError: Cannot use import statement outside a module`
After a lot of digging around I found this …
-
I think it would make the network view clearer if hubs that are highly connected are larger than others. If nothing else it would allow the larger number of arrows to be displayed more clearly, but I…
-
When i print the nodes and edges, it shows all the edges, but the render method visualises a blank white screen.
Thank you
-
Where would you put the Cytoscape.use(), when using this library with Gatsby? The registration of extensions work fine for the standard cytoscape, but using this library I get the following error:
`U…
-
When I make changes to elements variable, nodes are newly being created well but not edges.
I logged out the result but edges exist with exact source and target.
What is the issue occurring this?
-
Feature request - it would be amazing to have access to the selectionType argument available in cytoscape.js (https://js.cytoscape.org/#init-opts/selectionType) that allows additive selection of nodes…
-
Trying out the README example which renders the nodes but not able to move the nodes individually no matter what. Entire layout (two nodes and the edge) move in unison whenever I click on either nodes…
-
I've tried to use a basic example, then switch to FC approach, but simple graph app still fails.
Here is a code:
```
import React, {useRef, useCallback, FC} from 'react';
import CytoscapeCompo…