How would you sort inside the chartWrapper? The only way I can think of doing it would be like:
var wrap = new google.visualization.ChartWrapper(...); wrap.setView(); var view = wrap.getView(); var sorted = view.getSortedRows(<sort criteria>); view.setRows(sorted); var viewJSON= view.toJSON(); wrap.setView(viewJSON); which seems overly complicated to me, and may not even work at all. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/zhL6i87tYekJ. 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.
