swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.29k stars 1.15k forks source link

Display of little slices in pie chart - not working #442

Open odedOT opened 7 years ago

odedOT commented 7 years ago

I'm submitting a ... (check one with "x")

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior

when the pie chart have small numbers bellow 1.6 percent the small part in the chart isn't displayed, nor the line with the label

Expected behavior

Display all the pie slices, and there labels

Reproduction of the problem

image

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Mac, node

marjan-georgiev commented 7 years ago

The line with the label is not displayed intentionally to remove clutter, but the slice should still be there. I can not reproduce on the latest master:

image

odedOT commented 7 years ago

Thank you very much on your quick response, If you will choose the explode = true it will be that way.. There for I think the label should appear, but it’s your choice.

Thanks again for your great job.

On 19 Jun 2017, at 19:01, Marjan Georgiev notifications@github.com wrote:

The line with the label is not displayed intentionally to remove clutter, but the slice should still be there. I can not reproduce on the latest master:

https://user-images.githubusercontent.com/8687/27294265-47acaa1e-5519-11e7-83c7-737354fd2258.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/swimlane/ngx-charts/issues/442#issuecomment-309485707, or mute the thread https://github.com/notifications/unsubscribe-auth/AcLce3pWjkLF0C-gbhKL62KZeHehLVZ2ks5sFptXgaJpZM4N-bA1.

odedOT commented 7 years ago

as well you can see here that the little slice seems invisible without the label..

On 20 Jun 2017, at 12:55, Oded Ben David odedb@claroty.com wrote:

Thank you very much on your quick response, If you will choose the explode = true it will be that way.. There for I think the label should appear, but it’s your choice.

Thanks again for your great job.

On 19 Jun 2017, at 19:01, Marjan Georgiev <notifications@github.com mailto:notifications@github.com> wrote:

The line with the label is not displayed intentionally to remove clutter, but the slice should still be there. I can not reproduce on the latest master:

https://user-images.githubusercontent.com/8687/27294265-47acaa1e-5519-11e7-83c7-737354fd2258.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/swimlane/ngx-charts/issues/442#issuecomment-309485707, or mute the thread https://github.com/notifications/unsubscribe-auth/AcLce3pWjkLF0C-gbhKL62KZeHehLVZ2ks5sFptXgaJpZM4N-bA1.

Diekrul commented 7 years ago

Hi, is there any update about this? Is there a way to see the slices when they are very small?

Thanks.

louisua commented 5 years ago

The line with the label is not displayed intentionally to remove clutter, but the slice should still be there. I can not reproduce on the latest master:

image

Hi guys, is there a way to show all characters of the label?? for exemple show UNITED STATES till the end. thanks