I will try a stripped down version of the function since I do have a log going on there. Test with static datatable as you suggest.
The console is not giving me anything. Whats odd is that the whole thing works as soon as I take out the categoryPicker1. I will come back and let you know once tested as suggested. Thank you again! On Wednesday, July 19, 2017 at 3:27:20 PM UTC-4, Daniel LaLiberte wrote: > > There might be multiple problems all resulting in the failure to draw. We > could probably display more details about the problem in this display > error, but are there any messages in the JavaScript console? Can you break > on errors to see if you can get any clues about what went wrong? > > I don't see anything else obviously wrong with your options. I would try > to substitute in a known static datatable in place of your ajax result, > just for testing. > > > On Wed, Jul 19, 2017 at 3:17 PM, C Miller <[email protected] > <javascript:>> wrote: > >> I put the space to make it 'Age (d)' and still get the message. >> >> Also tried changing that line to this instead and still get the same >> error. >> >> 'filterColumnIndex': 8 >> >> >> You are correct...my onload is at the HTML page as follows: >> //Renders on page load >> google.charts.setOnLoadCallback(gChart0); >> function gChart0() { >> drawChart(); //I usually call multiple chart functions >> here as needed with one setOnLoadCallback >> }; >> >> >> >> On Wednesday, July 19, 2017 at 3:07:22 PM UTC-4, Daniel LaLiberte wrote: >>> >>> I don't see any onload callback, so I presume you are doing that >>> correctly. You wouldn't be able to call the charts library otherwise. >>> >>> I see your column label titled 'Age (d)', but your categoryPicker1 has >>> 'filterColumnLabel': 'Age(d)', without the space after 'Age'. That looks >>> like a possible cause of the failure to draw that control. >>> -- >>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >>> [email protected] 5CC, Cambridge MA >>> >> -- >> > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > [email protected] <javascript:> 5CC, 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 post to this group, send email to [email protected]. 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/d4590335-acac-4822-9c6c-795e8764bcf5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
