Hi,

i use the Category Filter in my project and it worked every time correct 
but today the CategoryFilter did not save the initial state correctly!
Are there some changes in the last view days on the google api ?

the code for the Category Filter looks like this:

    var categoryPicker = new google.visualization.ControlWrapper({
                        'controlType': 'CategoryFilter',
                        'containerId': 'control1',
                        'options': {
                            'filterColumnIndex': 0,
                            'useFormattedValue' :true,
                            'ui': {
                                'allowTyping': false,
                                'allowMultiple': true,
                                'selectedValuesLayout': 'belowStacked',
                                'labelStacking' : 'vertical',
                                'cssClass': 
'google-visualization-controls-categoryfilter testgoogleclass'
                            }
                        },
                        // Define an initial state, i.e. a set of metrics 
to be initially selected.
                        'state': {'selectedValues': actualState}
                    });

for example if i can select in the Category Filter these three values 
'A','B','C'

and in my code i have an array actualState=['B','C'] normally it shoud load 
only B and C but the Category Filter sets this array every time to null ! 
why is this so ?
In the last week`s i have get an message that something in the 
CategoryFilter is deprecated could this be the problem ?



-- 
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