echart timeline 停止循环播放

复制代码
myChart.on('timelinechanged', function (timeLineIndex) {

            var arrIndex = parseInt(timeLineIndex.currentIndex);
            updateYear(years[arrIndex]);

            //停止播放
            option.timeline.autoPlay = false;
            myChart.setOption(option);
        })
复制代码

 

posted @   沉迷编程的程序员  阅读(137)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示