Performance issue rendering large tree (~10,000 nodes) using d3-org-chart library
I’m using the d3-org-chart
library in React to display a tree with around 10,000 nodes in my web application. The chart rendering is extremely slow, especially on lower-end machines, and the UI freezes during the rendering process.