Thank you very much. This is exactly what I need! 2012/1/9 asgallant <[email protected]>
> Absolutely, use a DataView ( > http://code.google.com/apis/chart/interactive/docs/reference.html#DataView). > You can use DataTable#getFilteredRows to restrict your rows by whatever > criteria you choose and then pass the returned indices to DataView#setRows. > DataView#setColumns allows you to choose which columns to include in the > view. When drawing the chart, pass the DataView object instead of the > DataTable to the draw call. > > -- > 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/-/JVoQTYQn848J. > 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. > -- Renato Beserra Sousa -- 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.
