//显示加载数据的loading
chart.showLoading({ text: "图表数据正在努力加载...", x: "center", y: "center", textStyle: { color:"red", fontSize:14 }, effect:"spin" });
//隐藏loading
chart.hideLoading();
本文共 233 字,大约阅读时间需要 1 分钟。
//显示加载数据的loading
chart.showLoading({ text: "图表数据正在努力加载...", x: "center", y: "center", textStyle: { color:"red", fontSize:14 }, effect:"spin" });
//隐藏loading
chart.hideLoading();
转载于:https://www.cnblogs.com/ynxrsoft/p/9001071.html