oxyplot.blazor icon indicating copy to clipboard operation
oxyplot.blazor copied to clipboard

Using new skiasharp support in Blazor 6 for Oxplot web component- A thought, not an issue.

Open praful-hunde opened this issue 4 years ago • 2 comments

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

praful-hunde avatar Nov 13 '21 06:11 praful-hunde

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?

praful-hunde avatar Nov 13 '21 06:11 praful-hunde

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.

mennowo avatar Jan 24 '25 08:01 mennowo