changhaitravis / foresight

Jira add-on to visualize dependencies between issues.
Apache License 2.0
0 stars 1 forks source link

Switch from D3 to a WebGL Render #15

Open changhaitravis opened 7 years ago

changhaitravis commented 7 years ago

D3's force directed graph becomes slow even on a powerful CPU once it passes over 300 nodes. It may be time to switch to a WebGL render.

Hopefully PathGL http://pathgl.com supports D3's force directed graphs.

changhaitravis commented 2 months ago

Or this: https://medium.com/neo4j/scale-up-your-d3-graph-visualisation-webgl-canvas-with-pixi-js-63f119d96a28