(1) Does the HTML container (div) for a dashboard need to be the HTML parent of the <div> containers of its graphs/controls?
<div id='dashboard'> <div id="google vis Table">...</div> <div id="google vis controlWrapper">,,,</div> </div> (2) Or wold something like this work? <div id="dashboard" style="top:0px, left:0px, height:800px, width:800px">..</div> <div id="google vis Table" style="top:0px; left:0px; height:300px; width:300px">....</div> <div id="google vis controlWrapper" style="top:0px; left:400px; height:300px; width:300px">....</div> I have tried something like (2) and am having a problem getting the controller to 'talk' to the table. It's possible I have some other kind of connectivity error. I thought this may be a possibility, but would like to be sure before rewriting a lot of code. Does anyone know if (2) is definitely not correct? thank you. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/11abbf97-b0de-4f9c-8240-b33b7c8b6b79%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
