plotly / react-cytoscapejs

React component for Cytoscape.js network visualisations
MIT License
470 stars 69 forks source link

resize CytoscapeComponent #114

Open biskit opened 1 year ago

biskit commented 1 year ago

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 and height

how does one do it