Is there a way to determine which bucket a specific value was assigned to so you can select that bucket in the chart programmically?If there isn't, an exposed method on the histogram chart would be handy.
--
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+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/a1f9116c-46eb-4dac-817a-870596c0b05a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sorry, there is no way to determine which bucket a value was assigned to, nor is there a way to get a list of buckets.But you should be able to select an item in a bucket (if you are not hiding items) using the setSelection() method. You specify the row and column of a data value in your datatable rather than specify the value itself.
On Fri, Nov 18, 2016 at 1:45 PM, Humble Millennial <humblemi...@gmail.com> wrote:
Is there a way to determine which bucket a specific value was assigned to so you can select that bucket in the chart programmically?If there isn't, an exposed method on the histogram chart would be handy.
--
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+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/a1f9116c-46eb-4dac-817a-870596c0b05a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.