react-cytoscapejs
react-cytoscapejs copied to clipboard
React component for Cytoscape.js network visualisations
I am trying to generate a graph, where a node is labeled as the core node, and there will always be sub paths branching out of this code node (of...
Could the nodes be: 1. clickable 2. have a custom renderer (for showing spinner etc.)?
i have code that gets data and refreshes this component ``` doMore = (cy) => { console.log(cy.nodes()); // cy.contextMenus(options); cy.on('tap', 'node', e => { console.log('tap', e.target.id()); }); } comp =...
Hello! I found problem of infinite render page (or graph i don't know what exactly) Bug: infinite render (Chrome Version 116.0.5845.187 (Official Build) (arm64)) Basic dependencies for convenience: "cytoscape": "^3.0.0",...
fixed main entry point to module location that does not exist within the package
Are there any plans to update this library to React 18?
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...
Hello everyone ! I'm using your lib and I need one feature that is automatically check/uncheck the link between two nodes Could you implement that in your lib? Thank you!
have it in another component that gets resized `cy.on('resize')` gets called, but for it to layout and run properly, i need to update the `style` in `CytoscapeComponent` with new `width`...
v1.2.1 has `"demo": "cross-env NODE_ENV=development webpack-serve webpack.config.js --open --open-path demo.html"` v2.0 does not. pls add this target for noobs to test your demo out btw, the demo with "preset" somehow...