Hi,
ok my css class cause the problems.. without the css code it works !
testgoogleclass ul {
max-width: 100% !important;
}
if i use this in the categoryFilter it produces an error:
Failed to execute 'add' on 'DOMTokenList': The token provided
('google-visualization-controls-categoryfilter testgoogleclass') contains
HTML space characters, which are not valid in tokens.×
$scope.categoryPicker = new google.visualization.ControlWrapper({
'controlType': 'CategoryFilter',
'containerId': 'control1',
'options': {
'filterColumnIndex':
$scope..chartValues.xValues[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':
$scope....chartValues.categoryFilter}
});
how can i solve this ? i need this css file, to get the the full width of
the categoryfilter buttons!
Am Donnerstag, 30. Oktober 2014 22:57:18 UTC+1 schrieb cyb:
>
> HI,
>
> ok it seems the problem is the category filter.. i got the following
> message:
>
> Failed to execute 'add' on 'DOMTokenList': The token provided
> ('google-visualization-controls-categoryfilter testgoogleclass') contains
> HTML space characters, which are not valid in tokens.×
>
> *ttttt*
> the testgoogleclass loks loke this:
>
> .testgoogleclass ul {
> max-width: 100% !important;
> }
>
> how can i solve this ?
> Am Donnerstag, 30. Oktober 2014 18:33:22 UTC+1 schrieb Mael Caldas:
>>
>> Hi,
>>
>> From 15 minutes ago we started getting the error in production:
>>
>> "You called the draw() method with the wrong type of data rather than a
>> DataTable or DataView"
>>
>> From our Google Docs Add-on that uses Charts API.
>> The error is intermittent, and, for the same dataset, sometimes works,
>> sometimes not.
>>
>> Does anybody knows what's happening? Any rollout in progress?
>>
>> Thanks
>> Mael
>>
>>
>>
>
--
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.