Thank you Drew!! But it does not work in IE...(see attachment) - any ideas?
On 20 February 2014 10:43, asgallant <[email protected]> wrote: > Your HTML is malformed: > > <span id='columnchart'</span> > > is missing the closing ">" of the opening tag: > > <span id='columnchart'></span> > > I copied your code, HTML, and CSS into a fiddle, and it works fine when > you correct the typo in the HTML: http://jsfiddle.net/asgallant/76s8V/ > > > On Wednesday, February 19, 2014 8:58:46 PM UTC-5, Leo Solano wrote: >> >> Where can I add a specific height and width for my chart, mine is >> displaying properly in chrome and not in Firefox, where it had shrunken. >> As you can see on my page: >> leosolano.com/fpa/index.html >> >> I had to add several <br> and a line of text to force the thing to open >> and show the chart! but the tool tips are showing way above the chart now. >> Any ideas? >> >> Thanks in advance, >> Leo >> >> -- > 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/VcgHvrCrCNM/unsubscribe > . > 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. > For more options, visit https://groups.google.com/groups/opt_out. > -- *Leo Solano* 647-609-2727 [email protected] www.leosolano.com -- 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/groups/opt_out.
