Yes, you can do this. Create a DataTable with the full data set, then use the checkboxes to select columns in the DataTable. Create a DataView based on the DataTable and set the columns selected by the checkboxes, and draw your chart using the DataView instead of the DataTable. See this as an example: http://jsfiddle.net/gTxkN/1/
-- 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/-/IzceCvnnDKUJ. 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.
