在FVS中的报表块里面放了一个图表和一些需要展示的数据,想要让图表的数据点提示默认轮播,但不知道怎么写js
setTimeout(function(){
var sw= FR.Chart.WebUtils.getChart("图表所在单元格人", "表格名称").getChartWithIndex(0);
sw.openAutoTooltip();
}, 3000);
FVS基础图表实现数据点提示轮播- FineReport帮助文档 - 全面的报表使用教程和学习资料
FVS基础图表实现数据点提示轮播 https://help.fanruan.com/finereport/doc-view-4792.html