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.
