Using new skiasharp support in Blazor 6 for Oxplot web component- A thought, not an issue.
Below URL mentions skiasharp support in Blazor 6. Oxplot already have a skiasharp support. I see a possibility to use skiasharp support in Blazor 6 as a basis for Oxplot web components.
https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-6.0#ahead-of-time-aot-compilation
Also, Blazor 6 supports use of Blazor component in other web app like React. Its an preview feature.Oxplot Blazor component can be reusable in any web application. The featured is explained in below video link. https://youtu.be/kesUNeBZ1Os
I am not a web developer , so not sure if it's a valid possibility. Also is main Oxplot repo a better place to post this suggestion?
Just for info: this repo has an implementation of OxyPlot for Blazor via WebAssembly. It is an updated fork of the original code by JensKrumsieck. This works really well for clientside Blazor projects.
One note: fonts must be embedded in the app in order for WebAssembly to be able to access them, otherwise you'll always end up with the Noto Mono font. I altered OxyPlot to allow explicit loading of fonts, hoping it will be merged soon.