Skip to content

microcharts-dotnet/Microcharts

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 10, 2023 12:25
March 10, 2023 12:24
March 8, 2023 15:39
October 19, 2021 21:18
August 2, 2017 22:10
February 21, 2023 15:18
March 8, 2023 16:14

Microcharts

Mac Builds Windows Builds

Looking for more contributors

Version 1.0.0 Beta is now available

NuGet

NuGet

NuGet

NuGet

NuGet

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

animation gallery

gallery

Install

Available on NuGet

NET Standard 2.0, Xamarin.iOS, Xamarin.Android, UWP

NuGet

Xamarin.Forms (.NET Standard 2.0)

NuGet

.NET MAUI

Not yet available through NuGet.

[!IMPORTANT] Don't forget to call UseMicrocharts() on MauiAppBuilder in the MauiProgram 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