Daniel,
I deleted my original post as it was no longer on task.
Took your advice and created a new project on JSFiddle after reading more 
documentation. I got a working prototype for about what I want, just a tad 
simpler! It correctly pulls my table and the control works. I also have a 
pie chart though and have some trouble with it. 
My next question for you: Is it possible to set my pieChart to view a 
specific range? In this case from the spreadsheet data called it would be 
the totals found in the last row. Row 24, columns 1, 2, 3, 4.
eg: 'view': {'range':[xy:xy]}
var pieChart = new google.visualization.ChartWrapper({
          'chartType': 'PieChart',
          'containerId': 'chart_div',
          'options': {
            'width': 300, 
            'height': 300,
            'pieSliceText': 'value'
          },
          //'view': {'columns': []} 

Thanks for all your assistance and patience with an inexperienced person!
On Wednesday, February 3, 2016 at 11:55:50 AM UTC-5, Daniel LaLiberte wrote:
>
> Jason,
>
> Your subject says ChartRangeFilter, but the code you reference uses a 
> CategoryFilter.   But regardless, your question is independent of that.
>
> You also mention using a RangeFilter to change the value in your 
> spreadsheet.  But nothing in the Google Charts is able to change data in 
> the spreadsheet.
>
> If you want to fetch a different part of your data, say based on user 
> interaction, then after fetching the new data by doing another query, 
> you'll need to draw your charts and controls again with the new data.  If 
> you are using a Dashboard around your charts and controls, then draw the 
> dashboard again with the new data.  
>
> Hope that helps.
>

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/b602fdfd-390a-4676-8a5e-f893e80850da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to