setTimeout(function(){
_g().getWidgetByName('report6').startMarquee({
offset: 2,//offset:每次滚动的距离,默认为5
interval: 0.05,//interval:时间间隔(单位为秒),默认为0.1
setTimeout(function() {
offset: 2,
interval: 0.05,
stopOnHover: false,
to:'left'
});
}, 500);
没粘贴完吧 这几个没成对