Hi ...I emailed you my code, just to try to be helpful. I had a bear of a time getting my charts to load within wordpress, and given the solution I emailed you did not work, my second thought that may be of help to you, is to put the div's into tables. It works for me, and I've included a screenshot because I've been hacked beyond belief (through no fault of Google or the charts....simply because Wall street doesnt want this information public so I have a "hit" on me now) within 15 minutes of putting this information online more than a dozen times since December, and it takes about 2 to 3 weeks to to rebuild everything. This way even if they shoot me down a final time, at least I'll have a record of having accomplished it...
<https://lh3.googleusercontent.com/-cupnlgAa10M/VWJUf4kg3pI/AAAAAAAABFQ/vGiyW8ZbndM/s1600/Goog.png> I sent you my code, so here's some samples of what I did with the DIV's....specific to your request is highlighted below... <table border="2" style="float: left; max-width:100%; border-color: #2E2EFE";> <tbody style="background-color: #F0F0F0";><tr><td> <div id="search_div"> <form method="POST"><p>Enter Ticker Symbol:</p> <input type="text" name="query"/> <input type="submit" value="Search"/> </form></div></td> <td><div id="table1_div"></div></td></tr></tbody></table> <table border="2" style="float:left; width:49%; border-color:#2E2EFE";> <tbody style="background-color:#F0F0F0";> <tr><td> <div id="prvolres_div"></div> </td></tr></tbody></table> <table border="2" style="float:right; width:49%; border-color:#2E2EFE";> <tbody style="background-color:#F0F0F0";> <tr><td> <div id="chart2_div"></div> </td></tr></tbody></table> *(This is the annotated chart below...I think I played with max-width:100% and width:100% and for whatever reason, when with width...anyway..it works...good luck!)* *<table border="2" style="width:100%; border-color:#000000";>* *<tbody style="background-color:#F0F0F0";>* *<tr><td>* *<div id="prvoalertchart_div"></div>* *</td></tr></tbody></table>* On Saturday, May 23, 2015 at 6:42:33 PM UTC-4, mortgageA wrote: > > Hello there, > > I've been struggling fora while to get the chart working inside my > Wordpress template page. The problem can be seen on the screenshot: > > ... -- 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. For more options, visit https://groups.google.com/d/optout.
