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

 

  //隐藏loading

  chart.hideLoading();

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-11-16
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
相关资源
相似解决方案