The reason for the Other slice is to contain all the values that are otherwise too small to be in their own slice. You can set the sliceVisibilityThreshold for how small "too small" is. We don't have an option for exposing all the values in that slice, however, but that would be a good idea.
On Wed, Nov 27, 2019 at 1:18 AM Navneet Kaur Johal < [email protected]> wrote: > Is it possible to further divide a pie section? > > I have data to show on the pie chart: > > ['Task', 'Hours per Day'],['Work', 11],['Eat', 2],['Sleep', > 7],['Other', 4] > > If I want to subdivide the 'Other' section of the pie chart into: > > ['Commute', 2],['Watch TV', 2] > > Is this possible? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/be03ef61-9b61-4c10-8b70-c3a42c5729ad%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/be03ef61-9b61-4c10-8b70-c3a42c5729ad%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMe2g3TQopD7B3E2M-FctRLzgsTr9PymAnVRB9KTXcCUQ%40mail.gmail.com.
