yangnzhi commented on issue #4829: echarts3如何实现“暂无数据”
URL: 
https://github.com/apache/incubator-echarts/issues/4829#issuecomment-506261515
 
 
   myChart3.showLoading({
                 text: '暂无数据',
                 color: '#ffffff',
                 textColor: '#8a8e91',
                 maskColor: 'rgba(255, 255, 255, 0.8)',
           }
    );
   
   
把动画效果color设为和你背景一致,这样就可以"隐藏"动画效果,只会显示暂无数据文字,比如我这里背景颜色是白色,我将动画效果color就设为#ffffff
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to