欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

echarts数据未加载或无数据,showLoading

程序员文章站 2022-06-07 19:35:13
...
myChart = echarts.init(document.getElementById('main'));
myChart.showLoading({
  text : '暂无数据',
  effectOption: {backgroundColor: 'transparent'}
});
var option = {
	配置项...
}
myChart.hideLoading();
myChart.setOption(option);
相关标签: javascript