I have table looking like this:

Year Value1 Value2  Value3
2000   10      100    300
2001   11      102    305
2002   13      105    310

and I want to make a ColumnChart with Year on horizontal axis AND something 
like "column selector". 
I mean: something looking like "Category Filter", enabling to select which 
colum (or columns) to draw. The reason is, that the table is wide (about 20 
columns) and it is not goot to plot all the columns at once. 

I am aware of possibility to write some code with <select> tag, generating 
the proper DataView after every change. My question is, if there is some 
"easy way"? (because I believe, that this is a common task).

Thanks for any hint
Petr

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to