microcharts-dotnet / Microcharts

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

Added Uno (and WinUI) implementation and samples. #326

Closed peterfoot closed 1 year ago

peterfoot commented 1 year ago

Added WinUI and Uno Platform implementations to the codebase. Have ported the sample app to these platforms too and tested on Windows, iOS and Android.

michael-hawker commented 1 year ago

@peterfoot fyi #325 adds an initial WinUI 3 package as well as the MAUI one. May still be good to get that PR resolved and merged first?

Though your approach of sharing the code here and such does better address the comment I added here: https://github.com/microcharts-dotnet/Microcharts/pull/325#discussion_r1091098296

baskren commented 1 year ago

@peterfoot : THANKS a million for doing this. I was planning on doing this tomorrow - and now I don't have to!

Eilon commented 1 year ago

Woohoo! I'll update the MAUI PR based on these changes.