d首页0311.cpt
在图表里如何不需要点击,直接实现轮播数据点提示
参考了https://help.fanruan.com/finereport/doc-view-2663.html
还有https://help.fanruan.com/finereport/doc-view-2554.html也没实现
只想要一个在图表里不需要点击开始就自动轮播数据点的js
加载结束事件:
setTimeout(function(){
//获取图表对象
var vanchart =FR.Chart.WebUtils.getChart("A1").getChartWithIndex(0);//你的图表在哪个单元格就写哪个单元格
// 开启数据提示轮播, 并将轮播控制器绑定到图表对象上
vanchart.controller = vanchart.openAutoTooltip();},500);
正常的呀!!!