function playOrStop(){var timeline = chart_site.component.timeline;var nextIndex = currentIndex+1;if(isPasue){timeline.stop();}else{timeline.paly(nextIndex,true);}}