Every once in a while I load a page with a geochart and get the error "Map not found".
Then I reload the page and it works fine. Does anyone else see problems like this: Here is the page where it worked last time I checked: http://www.towncharts.com/Alabama/Demographics/Emerald-Mountain-CDP-AL-Demographics-data.html#Figure35 and the code: google.setOnLoadCallback(drawTable35); function drawTable35() { var data35 = google.visualization.arrayToDataTable([['Region','Emerald Mountain'], [{v:'150',f:'Europe'},0.538], [{v:'142',f:'Asia'},0.462] ]); var formatterPec = new google.visualization.NumberFormat({pattern: '##.#%'});var formatterBar = new google.visualization.BarFormat({width: 60});var options35 ={'chartType':'GeoChart','containerId':'chart_div35','resolution':'continents','width':700,'height':300,'legend':{numberFormat:'#.#%'},'colors':['#C5E6FC','#0A67A3'],'chartArea':{width:"90%",height:"98%"}}; var Table35 = new google.visualization.GeoChart(document.getElementById('chart_div35')); Table35.draw(data35, options35); } -- 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.
