Hi allI'm a newbie and need help with creating a chart that I can filter the data dynamiclly.Assuming I have the following data tableDate Type Amount01/01/2012 blue 501/01/2012 green 601/01/2012 yellow 401/02/2012 blue 101/02/2012 green 301/02/2012 red 201/03/2012 blue 201/03/2012 red 501/03/2012 yellow 4I want to create a chart (lets say ColumnChart) that displays sun(Amount) group by Type and I want to filter it by the date with a dynamic controller.for example:If I select in the filter from 01/01/2012 to 01/01/2012 => I'll see 3 columns, blue(5), green(6), yellow(4)If I select in the filter from 01/01/2012 to 01/02/2012 => I'll see 4 columns, blue(6), green(9), yellow(4), red(2)How can I do that??Many thanks,Yoram--
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/-/WgVCIDgg8FkJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
- Sergey
To unsubscribe from this group, send email to google-visualization-api+unsub...@googlegroups.com.