点击按钮的话 各个图表的数据会变的 js怎么写啊
参看下决策报表示例之组件联动-https://help.fanruan.com/finereport/doc-view-651.html
不用js就可以实现的,给一个参数就行了
可以参照帮助文档的组件联动-https://help.fanruan.com/finereport/doc-view-651.html
可以参考一下这个帖子
https://bbs.fanruan.com/wenda/question/57668.html
js联动报表对象:
联动报表块:
_g().getWidgetByName('REPORT1').gotoPage(1, { "area": "华北" }, 'T'); //参数area传递值“华北”
联动图表块:
FR.Chart.WebUtils.changeParameter(
'chart0', {
"area": "华北" //参数area传递值“华北”
}
);
https://help.fanruan.com/finereport/doc-view-2506.html