决策报表的图形块(如柱形图、饼图等),能不能定时局部刷新,而不是刷新整个页面呢
-
var form = this.options.form;
setInterval(function() {
form.getWidgetByName("report0").gotoPage(1,"{}",true);
}, 10000);
上边是刷新报表块的,但是刷新不了柱图和饼图
------------------------
可以啊,不用写js
‘
图表刷新接口-https://help.fanruan.com/finereport/doc-view-2317.html
https://help.fanruan.com/finereport10.0/doc-view-1752.html