图表切换接口 https://help.fanruan.com/finereport/doc-view-2330.html
=========
单元格超链接-JavaScript
写js如下格式
FR.Chart.WebUtils.getChart("A1").showIndexChart(1);
具体看文档
========
你是web属性,那就加延时
setTimeout(function() {
FR.Chart.WebUtils.getChart("A1").showIndexChart(2);
}, 500);//1000毫秒等于一秒,自己根据需要修改时间