Well, I'm a glutton for punishment so I could not resist going back to the 
old code and trying it.

Using this approach...

 var data = google.visualization.arrayToDataTable(arrayData);
    
// Set chart options
 data.setColumnProperty (0, 'type', 'number');
 data.setColumnProperty (1, 'type', 'number');
                yada, yada.

to initialize the column definitions, there was NO success.  I still get 
the "same axis data type" error.

BUT, all is well if I add the dataView visualization approach to the 
process (without the setColumnProperty method but the sourceColumn approach 
for the dataView).  I have not run across the "sourceColumn" method before 
and was not aware of it.  I didn't try it with the "data" set, just the 
"view" set.
 [:-)}

-- 
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.

Reply via email to