需求:面积图1~12月的数据提示点,怎么设置为自动提示而且是从1月、2月、……到12月;又回到1月。
目前:已经完成面积图report0,chart0。
想法:添加初始化事件,设置定时。其他的不会了/大哭
现在:setTimeout(function(){var vanchart =FR.Chart.WebUtils.getChart(“chart0”).getChartWithIndex(0);vanchart.openAutoTooltip();},3000)
不行。
这个是10.0版本后的接口
9.0不支持的