setTimeout(function () { //获取图表对象 var vanchart = FR.Chart.WebUtils.getChart("chart0").getChartWithIndex(0); //开启数据点提示轮播,轮播间隔为1秒,作用于该系列下的所有数据点 vanchart.openAutoTooltip(1000, vanchart.series[0].points);}, 3000);
为啥我用上面的代码设置以后不显示轮播呢,我用的是帆软9.0,是版本原因吗
-- [9.0]自动循环播放数据点提示-https://help.fanruan.com/finereport9.0/doc-view-2370.html
————————————
https://bbs.fanruan.com/wenda/question/79613.html
参考
这个代码10.0版本开始的,9.0不支持的