Microcharts
Microcharts copied to clipboard
Overlapping Label Of DonutChart??
Value Labels are Overlapped in donut chart...is there any method to properly arrange the labels without getting overlapped???
@shirish8 Can you provide a screenshot and some sample data to reproduce this issue? Also any information you have on the platform (iOS, Android, os version, Xamarin version, xamarin.forms or xamarin native)
@Nixon-Joseph It's been a while since this issue was created, but allow me to continue:
Screenshot: (UWP)
Sample code: The chart is 600 x 600.
List<ChartEntry> entries = new List<ChartEntry>()
{
new ChartEntry(1) { Label = "January", ValueLabel = "1", Color = SKColors.DarkViolet },
new ChartEntry(2) { Label = "February", ValueLabel = "2", Color = SKColors.Indigo },
new ChartEntry(3) { Label = "March", ValueLabel = "3", Color = SKColors.Blue },
};
Chart = new DonutChart() { Entries = entries };
Info:
- Platform: UWP, Android. (Could not test iOS.)
- Microcharts / Microcharts.Forms 0.9.5.7
- Xamarin Form 4.8.0.1269
I can confirm this is happening, I just haven't had time to investigate it. I will try to take a look tonight.
Im also facing this issue in android. Has this been fixed? Please let us know.
No it has not, it's still under investigation
I do appreciate community help as I'm mostly running this on my own so if someone wish to make a PR, I'll for sure take a peak :)
I had checked this with Android 10 - forms 4.8 + micro latest - No repro - Please update the packages if you are facing this issue and try.