https://help.fanruan.com/finereport/doc-view-2393.html 决策报表的跑马灯
https://help.fanruan.com/finereport10.0/doc-view-1746.html 跑马灯
setTimeout(function() {
_g().getWidgetByName('report0').startMarquee({ //report0为报表块名称
offset: 5, //滚动长度/宽度
interval: 0.05, //滚动速度
stopOnHover: true, //是否鼠标悬停,true为悬停,false为不悬停
to:'top' //滚动方向,top为向下滚动,left为向左滚动,right为向右滚动,bottom为向上
});
}, 500);