Disregard that, I was looking at the wrong entry in the chrome task 
manager.  I did not see the issue with events, though (even if I comment 
out the removeAllListeners call).

On Friday, September 14, 2012 5:07:48 PM UTC-4, asgallant wrote:
>
> I copied your code but couldn't duplicate the problem in Chrome.
>
> On Friday, September 14, 2012 4:49:49 PM UTC-4, matt wrote:
>>
>> To be more specific on how to recreate:
>>
>> If you go to this link: 
>> https://code.google.com/apis/ajax/playground/?type=visualization#chartrangefilter_control
>>
>> Then at the very bottom of the javascript place the following code after 
>> the line "dashboard.draw(data);" you can recreate.
>>
>>    dashboard.draw(data); //leave this line, the rest is new
>>   setTimeout(function () {drawChart(dashboard, data);}, 500);
>> }
>>
>> function drawChart(dashboard, data) {
>>   dashboard.draw(data); 
>>   google.visualization.events.removeAllListeners(dashboard);
>>   setTimeout(function () {drawChart(dashboard, data);}, 500);
>> } 
>>
>

-- 
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/-/V4R0j3WP0jgJ.
To post to this group, send email to google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to