Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microcharts-dotnet/Microcharts
Create cross-platform (Xamarin, Windows, ...) simple charts.
https://github.com/microcharts-dotnet/Microcharts
android charts graphics ios skia uwp xamarin
Last synced: 3 months ago
JSON representation
Create cross-platform (Xamarin, Windows, ...) simple charts.
- Host: GitHub
- URL: https://github.com/microcharts-dotnet/Microcharts
- Owner: microcharts-dotnet
- License: mit
- Created: 2017-08-02T20:10:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:24:49.000Z (5 months ago)
- Last Synced: 2024-08-02T03:03:14.453Z (3 months ago)
- Topics: android, charts, graphics, ios, skia, uwp, xamarin
- Language: C#
- Homepage:
- Size: 10.9 MB
- Stars: 2,000
- Watchers: 94
- Forks: 360
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin - MicroCharts ★1052 - Create cross-platform (Xamarin, Windows, ...) simple charts. (Charts)
README
# Microcharts
[![Mac Builds](https://github.com/dotnet-ad/Microcharts/actions/workflows/CI-MacOS.yml/badge.svg)](https://github.com/dotnet-ad/Microcharts/actions/workflows/CI-MacOS.yml)
[![Windows Builds](https://github.com/dotnet-ad/Microcharts/actions/workflows/CI-Windows.yml/badge.svg)](https://github.com/dotnet-ad/Microcharts/actions/workflows/CI-Windows.yml)[Looking for more contributors](https://github.com/microcharts-dotnet/Microcharts/discussions/274)
## Version 1.0.0 Beta is now available
[![NuGet](https://img.shields.io/nuget/vpre/Microcharts.Forms.svg?label=Microcharts.Forms)](https://www.nuget.org/packages/Microcharts.Forms/)
[![NuGet](https://img.shields.io/nuget/v/Microcharts.Android.svg?label=Microcharts.Android)](https://www.nuget.org/packages/Microcharts.Android/)
[![NuGet](https://img.shields.io/nuget/v/Microcharts.iOS.svg?label=Microcharts.iOS)](https://www.nuget.org/packages/Microcharts.iOS/)
[![NuGet](https://img.shields.io/nuget/v/Microcharts.Mac.svg?label=Microcharts.Mac)](https://www.nuget.org/packages/Microcharts.Mac/)
[![NuGet](https://img.shields.io/nuget/v/Microcharts.Uwp.svg?label=Microcharts.Uwp)](https://www.nuget.org/packages/Microcharts.Uwp/)
**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](https://github.com/dotnet-ad/Microcharts/wiki) to learn more about how to use this library.
## About
This project is just simple drawing on top of the awesome [SkiaSharp](https://github.com/mono/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](https://github.com/dotnet-ad/Microcharts/wiki/Contributing).
## Gallery
![animation gallery](assets/animations.gif)
![gallery](assets/Gallery.png)
## Install
Available on NuGet
**NET Standard 2.0, Xamarin.iOS, Xamarin.Android, UWP**
[![NuGet](https://img.shields.io/nuget/v/Microcharts.svg?label=NuGet)](https://www.nuget.org/packages/Microcharts/)
**Xamarin.Forms (.NET Standard 2.0)**
[![NuGet](https://img.shields.io/nuget/v/Microcharts.Forms.svg?label=NuGet)](https://www.nuget.org/packages/Microcharts.Forms/)
**.NET MAUI**
Not yet available through NuGet.
> [!IMPORTANT]
> Don't forget to call `UseMicrocharts()` on `MauiAppBuilder` in the `MauiProgram` class.## Tutorials
* [Video: Charts for Xamarin Forms](https://www.youtube.com/watch?v=tmymWdmf1y4) by [@HoussemDellai](https://github.com/HoussemDellai)
## 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](https://github.com/mono/SkiaSharp) supported platform is also compatible (see one of the included `ChartView` implementations for more details).## License
MIT © [Aloïs Deniel](https://aloisdeniel.com) & [Ed Lomonaco](https://edlomonaco.dev)