react-flow-chart
react-flow-chart copied to clipboard
Performance issue when loading large number of nodes
The chart is getting un-responsive when adding huge data
This is happening when adding config={{ smartRouting: true }}
Smart routing with large no of nodes causing performance issue
I'm experiencing the same issue with config={{ smartRouting: true }}
Closing dev tools helped a lil bit.