Skip to content
New issue

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

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

Already on GitHub? # to your account

Graphical issue when there is only one PieSlice #12

Open
ghost opened this issue May 22, 2014 · 0 comments
Open

Graphical issue when there is only one PieSlice #12

ghost opened this issue May 22, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented May 22, 2014

Hello,

When you have only one PieSlice displayed in your PieChart, it displayed a blank area at the top right. To avoid this graphical issue, edit your PieChart.java file at line 50 and change

float padding = 2

to

float padding = slices.size() > 1 ? 2 : 0;

johnjohndoe pushed a commit to johnjohndoe/HoloGraphLibrary that referenced this issue Sep 15, 2014
support for adding and removing of multiple points
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants