Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlapping Label Of DonutChart?? #121

Open
shirish8 opened this issue Sep 25, 2018 · 7 comments
Open

Overlapping Label Of DonutChart?? #121

shirish8 opened this issue Sep 25, 2018 · 7 comments
Labels

Comments

@shirish8
Copy link

Value Labels are Overlapped in donut chart...is there any method to properly arrange the labels without getting overlapped???

@Nixon-Joseph
Copy link
Contributor

@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)

@Knots23
Copy link

Knots23 commented Aug 11, 2020

@Nixon-Joseph
It's been a while since this issue was created, but allow me to continue:

Screenshot: (UWP)
image

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

@eman1986
Copy link
Member

I can confirm this is happening, I just haven't had time to investigate it. I will try to take a look tonight.

@Deba22
Copy link

Deba22 commented Sep 14, 2020

Im also facing this issue in android. Has this been fixed? Please let us know.

@eman1986
Copy link
Member

No it has not, it's still under investigation

@eman1986
Copy link
Member

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 :)

@liveinvarun
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants