Open
Description
I'm experiencing performance issues when using react-plotly.js to create a Sankey diagram in a Next.js project. When I use a large dataset, the application crashes. I have created a sample project with some data that demonstrates the problem. The project works if I limit each part to 4 values.
Here is the link to the sample project: https://jsfiddle.net/hongquanhak/foawx0Ld/1/
Is there any way to improve the performance of the Sankey diagram with large datasets?
Thank you for your help!