Hello,
As we are using 3D surface graph in Angular 6, we have multiple graph on a single page and it take too much time to load the graph.
Please help, we need to optimize the performance of our graph page.
Hello,
As we are using 3D surface graph in Angular 6, we have multiple graph on a single page and it take too much time to load the graph.
Please help, we need to optimize the performance of our graph page.
Hi @prrashant please give more details about your data and the figures you build, if possible including a codepen to show your code. The loading time is related to the size of the data you plot, so you can try reducing this size (taking only a fraction of points, etc.).
In addition, you may consider using mehs3d
to create a surface plot like this demo.
Hope it can help.
Thanks for the reply @archmoj ,
Its still not working as we using type:scatter3d and mode: line.
And we display 10-15 graph in single page, its take 25-30 sec to load the page.
Thanks for the reply @Emmanuelle ,
Its still not working as we using type:scatter3d and mode: line.
And we display 10-15 graph in single page, its take 25-30 sec to load the page.
Curious to know if you considered shared scenes with orthographic
projection for the layout?
i tried both perspective as well as orthographic projection but still its take time load multiple graph
Could you share a codepen or screenshot?