dashboard HTML layout

48 views
Skip to first unread message

sylviat84

unread,
Oct 9, 2015, 5:20:42 PM10/9/15
to Google Visualization API
(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.

Daniel LaLiberte

unread,
Oct 10, 2015, 11:39:21 AM10/10/15
to Google Visualization API
I don't know why there would be a problem with putting the chart and control elements wherever you like, at least not at this time.  The dashboard element is not really used for anything.

--
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-visualizati...@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.
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.



--
dlaliberte@Google.com   5CC, Cambridge MA
daniel.laliberte@GMail.com 9 Juniper Ridge Road, Acton MA
Reply all
Reply to author
Forward
0 new messages