Hi,

i run it at the moment only local.. but i need this for a very important 
presentation in the near future and not one chart is working with my 
configuration :(

i seems the problem is the catecory filter or the dashboard that i use.. if 
i only use "$scope.chartWrapper.draw();" it shows my charts..

but with the categoryFilter or dashboard it is not working:

mit category filter looks like this:

 $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}
                     });

and then i do this:

 $scope.dashboard = new 
google.visualization.Dashboard(document.getElementById('dashboard')).
                            bind($scope.categoryPicker, chartWrapper);

and finally:

$scope.dashboard.draw(DataTable);



Am Donnerstag, 30. Oktober 2014 21:17:16 UTC+1 schrieb Sergey:
>
> Hi cyb,
>
> We apologize for the inconvenience that this is causing you. Could you 
> please provide a link to a failing case so that we may investigate and fix 
> the issue? If you are concerned about posting a link to your website on a 
> public forum, you can feel free to email me personally at grabks <at> 
> google.com
>
> On Thu Oct 30 2014 at 4:15:16 PM cyb <[email protected] <javascript:>> wrote:
>
>> HI,
>>
>> my charts are still not working i use a ChartWrapper and i get several 
>> different google-visualization-errors "One ore more paticipations failed to 
>> draw()"..
>>
>> thats really bad.
>>
>> -- 
>> 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] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

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