You are a genius! thanks very much!
On 20 February 2014 12:21, asgallant <[email protected]> wrote: > Try is using a div instead of a span as the container: > http://jsfiddle.net/asgallant/76s8V/1/ > > > On Thursday, February 20, 2014 12:11:24 PM UTC-5, Leo Solano wrote: > >> On my Firefox (27.0) your link looks like this (see attachment). >> ??? >> >> >> >> On 20 February 2014 12:03, asgallant <[email protected]> wrote: >> >>> There is a security issue with IE and Google Docs that prevents the >>> queries from working unless the user is logged in to Google Docs (even when >>> the spreadsheet is publicly viewable), which is likely the cause of the >>> error message. >>> >>> >>> On Thursday, February 20, 2014 11:58:40 AM UTC-5, Leo Solano wrote: >>> >>>> sorry, here is the attachment! >>>> >>>> >>>> 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/asga >>>>> llant/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/to >>>>> pic/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 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 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.
