ECHARTS 添加LOADING加载
代码操作:定义
varcaptureds = echarts.init(document.getElementById('capturedsDetails'));
captureds.showLoading({
text: '数据正在加载...',
textStyle: { fontSize : 30 , color: '#444' },
effectOption: {backgroundColor: 'rgba(0, 0, 0, 0)'}
});
captureds.hideLoading();
页:
[1]