Yeah, I suspect the dev team did not intend controls to be used outside of 
dashboards, so they never documented it.  When using Dashboards, you are 
supposed to omit that parameter, so it sort of makes sense to leave it out. 
 On the other hand, if they left it undocumented deliberately, then 
technically you should not rely on it being there in future versions 
(though I highly doubt they will get rid of this particular feature, as it 
matches perfectly with the ChartWrapper set up and is likely what they use 
behind the scenes to feed the controls data).

On Thursday, September 6, 2012 5:24:57 AM UTC-4, Bassa Safa wrote:
>
> Oh, then I understand =) Thanx again for all your help =)
>
> By the way, I dont know if you noticed... The "dataTable: data" is not 
> explicitly written in the API for ControlWrapper (in the example you posted 
> earlier). 
>
> https://developers.google.com/chart/interactive/docs/gallery/controls#controlwrapperobject
>
>
>     // Define a slider control for the Age column.
>     var slider = new google.visualization.ControlWrapper({
>         controlType: 'NumberRangeFilter',
>         containerId: 'control1',
>         dataTable: data,
>         options: {
>             filterColumnLabel: 'Age',
>             ui: {
>                 labelStacking: 'vertical'
>             }
>         }
>     });
>
>
>

-- 
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/-/-EmSQum3sJEJ.
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.

Reply via email to