Ken, I built a jsfiddle starting with your html and data, and got it working: http://jsfiddle.net/dlaliberte/88mkcvop/ The significant change is that the arrayToDataTable() call should *not* be preceded by the 'new' keyword. I'm not sure if that explains everything, but perhaps. I'll be adding a check for when arrayToDataTable is called that way to prevent other obscure errors from getting past the front door. Sorry I missed this earlier.
You might try your original code, if you have it, with this fix to see if it works without the DataView. On Sun, Dec 21, 2014 at 8:40 AM, Ken Burkhalter <[email protected]> wrote: > Woops, found a typo after I posted. > > The statement *"That code works OK when the csv file does contain nulls > (exactly as the non-dataView approach did) "* > > Should have been *"That code works OK when the csv file does not contain > nulls (exactly as the non-dataView approach did) "* > > -- > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
