Ah.. well you'll have to do that on your own, outside of the PieChart.  You
could use a DataView and filter out rows below the threshold, but you'd
have to get a total first.

On Thu, Mar 26, 2015 at 10:28 AM, Michael Phipps <mphi...@gmail.com> wrote:

> Thanks for the reply, but I am not looking for the
> sliceVisibilityThreshold option. That one rolls all of the values into an
> "other" slice. In my particular situation, you would end up with the
> "other" slice making up over 60% of the pie chart, with the other 40% hard
> to read as it is made up of 20 slices. I am looking to remove all slices
> below a threshold and have the chart readjust. This is what the old
> pieMinimumAngle would do. Essentially this would be a way to filter data
> out that isn't "significant" in your pie chart.
> Ideas?
>
> On Thursday, March 26, 2015 at 8:14:17 AM UTC-4, Daniel LaLiberte wrote:
>>
>> Michael,
>>
>> You are looking for the sliceVisibilityThreshold option.
>>
>> Default value is 1/720The slice relative part, below which a slice will
>> not show individually. All slices that have not passed this threshold will
>> be combined to a single slice, whose size is the sum of all their sizes.
>> Default is not to show individually any slice which is smaller than half a
>> degree.
>> This is in degrees, so to convert a percent value to this, divide by 100
>> and multiply by 360.
>>
>> On Wed, Mar 25, 2015 at 10:22 PM, Michael Phipps <mph...@gmail.com>
>> wrote:
>>
>>> Does the new Google Pie chart have anything similar to pieMinimalAngle?
>>> I am trying to only display slices above a certain %
>>>
>>> --
>>> 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 google-visualization-api+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-visua...@googlegroups.com.
>>> Visit this group at http://groups.google.com/
>>> group/google-visualization-api.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
>>  - 978-394-1058
>> dlali...@google.com   5CC, Cambridge MA
>> daniel.l...@gmail.com 9 Juniper Ridge Road, Acton 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 google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
dlalibe...@google.com <dlalibe...@google.com>   5CC, Cambridge MA
daniel.lalibe...@gmail.com <daniel.lalibe...@gmail.com> 9 Juniper Ridge
Road, Acton 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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to