cytoscape.js-euler
cytoscape.js-euler copied to clipboard
Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js
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",...
The following layout configurations both sometimes cause an error: ## Layout Configs ```js /**Fastest (but still slow) force directed Cytoscape.js layout found.*/ export const euler = { /*eslint no-unused-vars: "off"*/...
I have tried applying this layout to a very small network (3 nodes, 2 edges) using the node REPL. However, this hung for ~40s then gave the error `FATAL ERROR:...
As the similar issues #23 and #21 got no further investigation by @maxkfranz due to missing demo, here is a CodePen that allows to replicate the browser window freeze/crash when...