google.charts.setOnLoadCallback(drawTable49);
function drawTable49() {
var data49 = google.visualization.arrayToDataTable([['Region','United States'],
[{v:'150',f:'Europe'},0.117],
[{v:'142',f:'Asia'},0.292],
[{v:'002',f:'Africa'},0.042],
[{v:'009',f:'Oceania'},0.006],
[{v:'019',f:'Americas'},0.542]
]);
var formatterPec = new google.visualization.NumberFormat({pattern: '##%'});
var formatterPec1 = new google.visualization.NumberFormat({pattern: '##.#%'});
var formatterBar = new google.visualization.BarFormat({width: 60});formatterPec.format(data49,1);var options49 ={
'chartType':'GeoChart',
'containerId':'bigchart_div49',
'resolution':'continents',
'width':700,
'height':300,
'legend':{numberFormat:'#.#%'},
'colors':['#C5E6FC','#0A67A3'],
'chartArea':{width:"90%",height:"98%"}};
var Table49 = new google.visualization.GeoChart(document.getElementById('bigchart_div49'));
Table49.draw(data49, options49);
}--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/a01e7d83-b364-4597-8a74-19949cdd9929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It just went back to working again. This chart data doesn't change. That's the wired thing. Nothing changes but the chart sometimes throws the error. Still seemed like if it takes too long to load it's a problem.
--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/aa747a8b-97d0-4afc-8b3b-8e78079f1c57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That sounds like you have a timing problem in the page then. Whether it throws an error depends on random aspects of how long various things take to load, for example.Maybe that is enough of a clue to go on, but otherwise you'll probably need to provide more details about your entire page so we have a chance of helping you. Can you give us a link to the page?
On Fri, Apr 8, 2016 at 6:51 AM, AM <apmi...@gmail.com> wrote:
It just went back to working again. This chart data doesn't change. That's the wired thing. Nothing changes but the chart sometimes throws the error. Still seemed like if it takes too long to load it's a problem.
--
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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/aa747a8b-97d0-4afc-8b3b-8e78079f1c57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/g-E13GmyGlE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJN_oz16BsjBnx1n5MbLznU9nwK5kO4qHwfKri%2BkPaQj0g%40mail.gmail.com.
google.charts.setOnLoadCallback(drawTable37);
function drawTable37() {
var data37 = google.visualization.arrayToDataTable([['Region','Jefferson County'],
[{v:'150',f:'Europe'},0.072],
[{v:'142',f:'Asia'},0.318],
[{v:'002',f:'Africa'},0.078],
[{v:'009',f:'Oceania'},0.002],
[{v:'019',f:'Americas'},0.53]
]);
var formatterPec = new google.visualization.NumberFormat({pattern: '##%'});
var formatterPec1 = new google.visualization.NumberFormat({pattern: '##.#%'});
var formatterBar = new google.visualization.BarFormat({width: 60});formatterPec.format(data37,1);var options37 ={
'chartType':'GeoChart',
'containerId':'chart_div37',
'resolution':'continents',
'width':700,
'height':300,
'legend':{numberFormat:'#.#%'},
'colors':['#C5E6FC','#0A67A3'],
'chartArea':{width:"90%",height:"98%"}};
var Table37 = new google.visualization.GeoChart(document.getElementById('chart_div37'));
Table37.draw(data37, options37);
}
Any help greatly appreciated!
Any thoughts?It must have something to do with too much delay. I'm wondering if it would be better to generate an image of that chart instead and just show that.Figure 37 is a geochart and it does not load for me. Just says, "Requested map does not exist." But I know that's not true. Its a map of the US and works intermittently.I continue to have trouble but only with the geochart not loading.Here is the page: http://www.towncharts.com/Texas/Demographics/San-Antonio-city-TX-Demographics-data.html
On Fri, Apr 8, 2016 at 4:00 AM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote:
That sounds like you have a timing problem in the page then. Whether it throws an error depends on random aspects of how long various things take to load, for example.Maybe that is enough of a clue to go on, but otherwise you'll probably need to provide more details about your entire page so we have a chance of helping you. Can you give us a link to the page?
On Fri, Apr 8, 2016 at 6:51 AM, AM <apmi...@gmail.com> wrote:
It just went back to working again. This chart data doesn't change. That's the wired thing. Nothing changes but the chart sometimes throws the error. Still seemed like if it takes too long to load it's a problem.
--
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/aa747a8b-97d0-4afc-8b3b-8e78079f1c57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/g-E13GmyGlE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAB8bdeRju0aJ09hTpOnpEiS%2BgX54oVzp4GS7gqPuvxjDJVr9SQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAB8bdeRju0aJ09hTpOnpEiS%2BgX54oVzp4GS7gqPuvxjDJVr9SQ%40mail.gmail.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/g-E13GmyGlE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOyRP-Bdzi21qUVx%2BT_dZQ4eKJe0sU8mF19yUd6RShAnw%40mail.gmail.com.
That looks like it does the trick! Thanks for your help.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOyRP-Bdzi21qUVx%2BT_dZQ4eKJe0sU8mF19yUd6RShAnw%40mail.gmail.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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAB8bdeRQn4XS1GBapqcRY-VYtNjO_p1voihZ9r%2BfkUPxcwPNSg%40mail.gmail.com.