-
-
Notifications
You must be signed in to change notification settings - Fork 125
Description
Hi, and thanks for the very useful repository! Being able to integrate Cytoscape.js with Dash has made our work a lot smoother.
One of the issues we are running into is that, when rendering a long horizontal or vertical line of nodes, Cytoscape.js' rendering silently breaks -- to the point where we have to refresh the page to get it to draw anything again. I believe this is the issue described in cytoscape/cytoscape.js#3258, which was fixed in Cytoscape.js v3.30.3 (released on October 23, 2024). Since the most recent version of Dash Cytoscape (as of writing) was released on May 23, 2024, it looks like this bug is still an issue for everyone using Dash Cytoscape.
I'm writing to ask if it would be feasible to update Dash Cytoscape to support more recent versions of Cytoscape.js. Or, if it is possible to just update an installation of Dash Cytoscape to use a later version of Cytoscape.js somehow, that would also be very helpful (it is unclear to me if this is possible).
Thank you!