Hello,
We are trying to add scatter plots using sfchart to our blazor webassembly application. Functionally everything works as expected.However we run into performance issues when the number of datapoints goes above 1.000.
We are looking to create scatter plots with up to 100.000 data points.
It seems like including markers (compared to e.g. a line plot) significantly add to the performance Issue.
Also the time to draw does not seem to scale linear but gets increasingly worse with more data. At some point the browser completely freezes and I stopped waiting after 5 minutes.
Are you taking steps to improve the performance of sfchart with alot of data / markers?
Do you have additional info on how we could improve performance on our end? We dont want to downsample.
I provided a sample with something similar to our current codebase.
Attachment:
ChartMarker_534d7690.zip