microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.03k stars 360 forks source link

Add Avalonia support #283

Closed uxsoft closed 3 years ago

uxsoft commented 3 years ago

Add Avalonia

https://github.com/AvaloniaUI/Avalonia

Screenshot 2021-08-06 220706

uxsoft commented 3 years ago

@eman1986

eman1986 commented 3 years ago

I'll take a look at this, I'm hoping that we can expect you to aid in support for this as I'm not really versed with this UI framework and don't honestly plan to be since I mainly work in Xamarin in my day to day operation.

uxsoft commented 3 years ago

Thank you!

Avalonia is very similar to WPF, but it uses Skia to draw the controls and runs also on Mac, Linux, and mobile devices.

To be honest, I'm no Avalonia expert either, but I'm working on a project using Avalonia and your beautiful charts are a perfect fit. Actually, as Avalonia uses Skia underneath anyway it wasn't very hard to implement this.

I'll be happy to help out in case there are any issues/updates.

eman1986 commented 3 years ago

that's al I ask 😃

I'll look this over tonight.