There is no one "best" approach.  It probably depends on the size of your 
data set, what the initial state will be, and how users are likely to use 
the control.  If you are initializing the chart with all columns, then use a 
view to filter.  Otherwise, if you have a mid-to-large size data set with 10 
columns, and users only want 1 or 2 at a time (or something similar), then 
requerying is probably faster and less resource intensive.  Small data sets 
are probably better to query once and filter with a view.

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

Reply via email to