You can create a second DataTable that is grouped by date to get a count of games played by date, and then use a "statechange" event handler for the control to update the filters. Here's an example in which I set up the ChartRangeFilter to control a hidden intermediary control, which then works with the main dashboard: http://jsfiddle.net/asgallant/sTHw5/3/
On Tuesday, January 7, 2014 4:22:52 PM UTC-5, faladu wrote: > > The Purpose of this whole Dashboard is to show the Percantage of Wins on > Maps or against different Races in Starcraft II. > > You can limit the games that are used for the Chart by the time played, > the date it was played on, the race you played, the race the enemy played > and the map that was played on. > > After you limited the data the way it was wanted the data gets drawn in > the grouped Chart. > > For the Control where you set the Dates you want to have in the Data I > wanted to show the Dates you have games played an how much games you have > played on that day. > > To be able to show the number of the games i need to group the table, that > is used for the data. > I knew about the method with the columns, the problem is i don't have a > method to group it that way and i need grouped data. > > Do you know any other way to group the data that is used by the > chartrangefilter for the chart? > -- 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/groups/opt_out.
