//显示加载数据的loading
        chart.showLoading({
            text: "图表数据正在努力加载...",
            x: "center",
            y: "center",
            textStyle: {
               color:"red",
               fontSize:14
            },
           effect:"spin"
        });

 

  //隐藏loading

  chart.hideLoading();

相关文章: