Does it help narrow it down at all that I was able to do a onclick event for the table? That says that at least that much rendered correctly, it highlights right and stuff. It's just the tooltips in the chart and the filters that don't work.
On Fri, Mar 1, 2013 at 2:25 PM, Michelle Stewart <[email protected]> wrote: > thanks for the suggestion. That doesn't appear to be the case especially > since I cannot even click or interact with any of the controls. I also > thought the version of jQuery may be to blame because that was one of the > differences I noticed in jsFiddle, but that hasn't solved it either. > > > On Fri, Mar 1, 2013 at 2:18 PM, asgallant <[email protected]>wrote: > >> The other possibility is that there is a CSS/layering issue in play. I >> once encountered a problem where the container div of a Table ended up >> covering the entire page, even though most of it was transparent, so >> visually there was no problem - it was just impossible to interact with any >> of the other charts on the page. Use a DOM inspector (like in Chrome or >> Firefox) to see if you have something like that going on. >> >> >> On Friday, March 1, 2013 12:17:12 PM UTC-5, Sergey wrote: >> >>> 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 google-visualization-api+**[email protected]. >>>> To post to this group, send email to google-visua...@**googlegroups.com >>>> . >>>> >>>> Visit this group at http://groups.google.com/** >>>> group/google-visualization-**api?hl=en<http://groups.google.com/group/google-visualization-api?hl=en> >>>> . >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google Visualization API" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-visualization-api/Y_N4A_8oOvc/unsubscribe?hl=en >> . >> To unsubscribe from this group and all its topics, 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. >> >> >> > > > > -- > Michelle Stewart > Nysus Solutions > -- Michelle Stewart Nysus Solutions -- 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.
