The problem could very well be in your drawchart function, so it would help
to see the relevant parts.  If you could reproduce the problem you are
seeing in jsfiddle, or similar, that would help make it very clear what is
happening.

On Tue, Sep 3, 2019 at 9:53 AM Martin Noyes <[email protected]> wrote:

> My first attempt to use Google Chart. I'm using latest Firefox and I have
> placed https://www.gstatic.com/charts/loader.js in the head of the html
> file. Firefox just hangs on loading. No errors shown in console. Full head
> is:
> <head>
>     <title>Plot</title>
>     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
>     <meta charset="UTF-8">
>     <meta name="viewport" content="width=device-width, initial-scale=1.0">
>     <link rel="stylesheet" type="text/css" href="Plot.css">
>     <script src="Plot.js"></script>
>     <script type="text/javascript" src="
> https://www.gstatic.com/charts/loader.js";></script>
>     <script type="text/javascript">
>     google.charts.load('current', {packages: ['corechart']});
>     google.charts.setOnLoadCallback(drawChart);</script>
>
> </head>
>
> I have the function drawchart() in my separate Javascript file (Plot.js).
> Must be doing something wrong.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/2f74f574-8c2a-47e3-ae65-93578767ca5c%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/2f74f574-8c2a-47e3-ae65-93578767ca5c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   Cambridge MA

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNZ0eV6aCJSb_Xk9fjNe9pN4XS6zDc5ARDzErjHJWCWBA%40mail.gmail.com.

Reply via email to