Opened 10 years ago
Closed 9 years ago
#12908 closed defect (fixed)
Pie Chart & Legend does not render when all slices with a value of 0.
Reported by: | cjolif | Owned by: | cjolif |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | Charting | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
previous ticket #12334 partially addressed fixing this problem in 1.7. This ticket is being opened for addressing remaining known issues with small values.
This is kind of a degenerated use-case however when end user dynamically configure their charts it might happen.
To be decided what it should render? An empty circle?
This is low priority cause can be workarounded at application level by forbiding that case.
More problematic issue with only some 0 slices is another related issue.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | test_pie2d_allzeroslice.html added |
---|
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
A degenerated pie (all slices = 0) will draw an empty circle instead of nothing at all.
Note: See
TracTickets for help on using
tickets.
test case