Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

Create cross-platform (Xamarin, Windows, ...) simple charts.

Results 108 Microcharts issues
Sort by recently updated
recently updated
newest added

I am using Microcharts.Forms (v0.9.5.9) pie chart to display spending by category but the labels cluster to the right and leave only three on the left. **Expected behavior** Distribute the...

bug

**Describe the bug** I am not able to initialize ChartView in .net-iOS project **Which platform and version is this for?** .net8.0-iOS 17.0 **To Reproduce** Steps to reproduce the behavior: 1....

bug

Hi , there I have noticed an issue while updating new values to the Dong hut chart the value not re-drawn clearly I have this video .. notice 10 while...

bug

I am targeting maui app to .net 7.0 and getting error micro charts not supported on .net 7.0 Code:- net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst I am using this because I have added Unit Test...

bug

@eman1986 - This PR is Implementing changes to the pipeline to reflect required changes for issue 359 This will allow the nuget deploy pipeline to work once again. This does...

**Describe the bug** Publish Nuget Packages (Windows) pipeline fails to build anything after Microcharts.Android as this task fails due to not having Android 29 installed along with JDK as well....

bug

**Can we add the following styles of horizontal bar charts?** ![38fd117d5febd69d7aab7ac672ddfc3](https://github.com/microcharts-dotnet/Microcharts/assets/28919502/085ccf2d-9a38-4339-946f-6a8d2c39a4d7) ![95738f621d52950a4dde03ddb64697c](https://github.com/microcharts-dotnet/Microcharts/assets/28919502/78e51ce7-d535-464e-b31a-da03f1a118f8) ![00ed9999bfb9bab17980b9ba10c1e5c](https://github.com/microcharts-dotnet/Microcharts/assets/28919502/b0d32452-5664-40f3-b750-6e279a06bef1)

enhancement

I have encountered an interesting issue while attempting to create a line chart that I expect to update every second with a new value. this does work and renders on...

question