Sorry, I'm not following you. The first example http://jsfiddle.net/rYRD4/1/ shows only one column (column 0) because the view going through toJSON() which discards the generated column. The second example http://jsfiddle.net/rYRD4/2/ shows 2 columns (including a generated one) because the view is set explicitly.
If you set a DataView as the dataTable parameter for the chartwrapper it will obviously work because the filtering and column generation is done implicitly by the DataView the chartwrapper receives rather than explicitly by the ChartWrapper (if you were to use setView instead). /R. -- 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/-/0qLPcwL3EG0J. 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.
