For what it's worth, I've found that it's sometimes more convenient to set columns on the Table directly instead of the DataTable or DataView. I also like to set the sort order on the Table, too, since this avoids my needing to sort the DataTable (whose sort order might be important to another method using that same table). That also gives the graphical feedback that the table is sorted (you get the little sort arrow). Doing this saved me a lot of time and produced a better result.
Not sure if what you've found it a bug, though, but I'm sure someone more knowledgeable will get back to you. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
