oxyplot.blazor
oxyplot.blazor copied to clipboard
Performance problem in webassembly-mode
When I run demo in blazor server-mode,the performance is perfect and interaction is smooth。 But when I run it in blazor webassembly-mode, there are some time delays in interaction, and the experience turn to be bad. I wonder why this happened and how could I improve that. Thanks a lot
You might wanna try this implementation which uses SkiaSharp and works well in a WASM context.