react-cytoscape icon indicating copy to clipboard operation
react-cytoscape copied to clipboard

react component for cytoscape

Results 9 react-cytoscape issues
Sort by recently updated
recently updated
newest added

There is this canvas ability to render html and then use that in SVG using foreign object interface. https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas I have something like this in my code, using svg.js: ```...

Each time the state changes the cytoscape layout is rendered again. I don't want to change position of the nodes. Is this due to the react-cytoscape component? If user changes...

The following error occurs when updating cytoscape's minor version: ![image](https://user-images.githubusercontent.com/3869469/53787946-02852500-3f29-11e9-8f9a-9d21d2a6c4c7.png) This can occur when using the `npm audit fix` command. When it runs `cytoscape` is upgraded to `3.4.2`, which fails...

Compatible with ie 9?

Is there a way to stop cola init animation?

I have tried several variations to pass options like 'spacingFactor" etc. None appear to have any effect? ``` { this.cyRef(cy); }} style={graphStyle} styleContainer={{ height: '30vh' }} cytoscapeOptions={{ wheelSensitivity: 0.1, spacingFactor:...

I am getting this error while rendering the graph: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the...

https://github.com/cytoscape/cytoscape.js-panzoom Could you please provide an example of how to use this component in the react cytoscape structure? Thanks

In the README it says: `import ReactCytoscape from 'react-cytoscape';` however for it to work (at least for me) it needs to be: `import {ReactCytoscape} from 'react-cytoscape';` Or make sure to...