Hello, It would be extremely helpful if you could distill your problem down to a jsfiddle demo. A common reason for charts not accepting interaction is that an error occurred at some point. Check the JavaScript console to see if that is indeed the case.
- Sergey On Fri, Mar 1, 2013 at 12:07 PM, Michelle Stewart <[email protected]>wrote: > I have multiple filters of varying types in a dashboard, along with a > table. I draw a chart outside of that with some listeners because it is > aggregated and was being finicky. > > Now, my problem: > I cannot select any of the filters (they aren't populated and don't allow > interaction, drags do nothing for chartRange and numberRange, clicks don't > even get a cursor for stringFilter, and I can't get a drop down from a > categoryFilter or a tooltip from a hover on the chart). > The table behaves perfectly. This isn't my first dashboard so I'm really > at a loss. > > The only thing I haven't done exactly according to spec is using an > onLoadCallback for the google.load function. Because it won't be loaded > until the user does some things, far enough in it shouldn't be a problem > (and from the existence of the controls I don't think this is the problem). > > I will have to work for a couple hours to get data obscured enough to be > able to post an example so I would first like to know if anyone has some > ideas of what to check for. > > Thanks, > Michelle > > -- > 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 post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
