Microcharts.Maui
1.0.0
dotnet add package Microcharts.Maui --version 1.0.0
NuGet\Install-Package Microcharts.Maui -Version 1.0.0
<PackageReference Include="Microcharts.Maui" Version="1.0.0" />
paket add Microcharts.Maui --version 1.0.0
#r "nuget: Microcharts.Maui, 1.0.0"
// Install Microcharts.Maui as a Cake Addin #addin nuget:?package=Microcharts.Maui&version=1.0.0 // Install Microcharts.Maui as a Cake Tool #tool nuget:?package=Microcharts.Maui&version=1.0.0
Microcharts
Version 1.0.0 Beta is now available
Microcharts is an extremely simple charting library for a wide range of platforms (see Compatibility section below), with shared code and rendering for all of them!
read our wiki to learn more about how to use this library.
About
This project is just simple drawing on top of the awesome SkiaSharp library. The purpose is not to have an heavily customizable charting library. If you want so, simply fork the code, since all of this is fairly simple. Their is no interaction, nor animation at the moment.
Contributions
Contributions are welcome! If you find a bug please report it and if you want a feature please report it.
If you want to contribute code please file an issue and create a branch off of the current dev branch and file a pull request.
More info on how you can help can be found here.
Gallery
Install
Available on NuGet
NET Standard 2.0, Xamarin.iOS, Xamarin.Android, UWP
Xamarin.Forms (.NET Standard 2.0)
.NET MAUI
Not yet available through NuGet.
[!IMPORTANT] Don't forget to call
UseMicrocharts()
onMauiAppBuilder
in theMauiProgram
class.
Tutorials
Compatibility
Built in views are provided for:
- UWP
- Xamarin.Forms, Xamarin.iOS and Xamarin.Android, Xamarin.macOS
- .NET MAUI (Windows, Android, iOS, and macOS)
- WinUI (Windows App SDK)
- And any other .NET Standard 2.0 SkiaSharp supported platform is also compatible (see one of the included
ChartView
implementations for more details).
License
MIT © Aloïs Deniel & Ed Lomonaco
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android31.0 is compatible. net6.0-ios16.1 is compatible. net6.0-maccatalyst16.1 is compatible. net6.0-windows10.0.19041 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-windows was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-windows was computed. |
-
net6.0-android31.0
- SkiaSharp.Views.Maui.Controls (>= 2.88.3)
-
net6.0-ios16.1
- SkiaSharp.Views.Maui.Controls (>= 2.88.3)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- SkiaSharp.Views.Maui.Controls (>= 2.88.3)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- SkiaSharp.Views.Maui.Controls (>= 2.88.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.