microcharts-preview - Microcharts.Avalonia 1.0.0-alphapreview2
Simple, cross-platform chart library for Avalonia.
PM> Install-Package Microcharts.Avalonia -Version 1.0.0-alphapreview2 -Source https://www.myget.org/F/microcharts-preview/api/v3/index.json
> nuget.exe install Microcharts.Avalonia -Version 1.0.0-alphapreview2 -Source https://www.myget.org/F/microcharts-preview/api/v3/index.json
> dotnet add package Microcharts.Avalonia --version 1.0.0-alphapreview2 --source https://www.myget.org/F/microcharts-preview/api/v3/index.json
source https://www.myget.org/F/microcharts-preview/api/v3/index.json
nuget Microcharts.Avalonia ~> 1.0.0-alphapreview2
Copy to clipboard
> choco install Microcharts.Avalonia --version 1.0.0-alphapreview2 --source https://www.myget.org/F/microcharts-preview/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "microcharts-preview" -SourceLocation "https://www.myget.org/F/microcharts-preview/api/v2"
Install-Module -Name "Microcharts.Avalonia" -RequiredVersion "1.0.0-alphapreview2" -Repository "microcharts-preview" -AllowPreRelease
Copy to clipboard
Microcharts
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.
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 MAUI
Don't forget to call UseMicrocharts() on MauiAppBuilder in the MauiProgram class.
Tutorials
Compatibility
Built in views are provided for:
- .NET 10 (on all platforms)
- MAUI (Windows, Android, iOS, and macOS Catalyst)
License
MIT © Aloïs Deniel, Ed Lomonaco & Jonas Follesø
-
.NETStandard 2.0
- Avalonia (>= 0.10.18)
- Avalonia.Skia (>= 0.10.18)
- Microcharts.Core (>= 1.0.0-alphapreview2)
- .NETStandard 2.0: 2.0.0.0
OwnersEilon Lipton (Microsoft) |
AuthorsMicrocharts Team |
Project URLhttps://github.com/microcharts-dotnet/Microcharts |
LicenseUnknown |
Tagsavalonia chart skia |
Info4 total downloads |
| 4 downloads for version 1.0.0-alphapreview2 |
| Download (5.69 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0-alphapreview2 | 5.69 KB | Thu, 25 May 2023 04:16:02 GMT | 4 |
|