- 2019-05-09
echarts自带的加载框可以调整样式,之前看官网的举例还是没弄懂语法是怎么样的,所以记录一下
myChart.showLoading({
text: 'loading',
color: '#c23531',
textColor: '#000',
maskColor: 'rgba(255, 255, 255, 0.8)',
zlevel: 0
});
不用写例子中的 default (笑,语法这块是短板呢)
myChart.showLoading({
text: 'loading',
color: '#c23531',
textColor: '#000',
maskColor: 'rgba(255, 255, 255, 0.8)',
zlevel: 0
});
不用写例子中的 default (笑,语法这块是短板呢)