-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow rendering of Line Graph with 100000 data points #99
Comments
Hey, are you using Blazor.WebAssembly or Blazor.Server? |
|
|
Hey, ive just tested it with the pure javascript library. Seems like plotly has performance issues with large datasets since the release of version 2.x.x. Maybe you can replace your plotly.min.js with |
Hello @sean-mcl I have replaced the plotly.min.js with What should we do now? Best Wishes |
Hey, I've added an example here with 100k points. I can't reproduce the issue. Can you please provide more code snippets. |
In your example, the same issue is occurring sir. Kindly check the snippet below. I am plotting the graph the exact way you are doing. |
Ok, its not happening on my computer, using microsoft edge too. Can you please try to use an incognito tab without any installed extensions or something. |
|
Hello, I just ran the plotly example on the following URL: https://plotly-blazor.azurewebsites.net/ScatterGl I am observing that the responsiveness of the plot for panning is dependant to my system's CPU frequency When I pan the graph with my system CPU at 4.2 GHz the distribution plot pan very smoothly But when I change the CPU frequency to 3GHz, the pan of the plot gets slower |
Hello
I am using Plotly.Blazor for plotting graphs. For a small data set, it is working really good but if the data set becomes large e.g 100000 data points. The plotted graph is very very slow. I cannot pan it neither I can use the rest of the controls.
The application which we are using is deployed upon the
P1V2
Azure App Service instance. If I try to pan it the graph is unresponsive and I see the following messageOne more thing I that I am using
ScatterGl
for traces. If I use simple scatter, it becomes unresponsive even on my machine. Kindly help me with this issueBest Wishes
Saad
The text was updated successfully, but these errors were encountered: