guoqn commented on issue #9349: showLoading操作不能自定义变量
URL: 
https://github.com/apache/incubator-echarts/issues/9349#issuecomment-437345758
 
 
   > 可以参考 
https://github.com/apache/incubator-echarts/blob/master/src/loading/default.js 
实现自己的 loading 效果,使用 echarts.registerLoading 方法注册,参考 
https://github.com/apache/incubator-echarts/blob/master/src/echarts.js#L2330
   
   你好,针对这个方法实验后端效果  似乎并不理想,效果没有被覆盖
   
   echarts.registerTheme('customed',...conf);
   echarts.registerLoading('customed', {
           text: '请稍后...',
           color: 'blue',
           textColor: '#fff',
           maskColor: 'rgba(0, 0, 0, 0.8)',
           zlevel: 0
         })
   结果还是原来多

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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