You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/11/11 02:27:20 UTC

[GitHub] guoqn edited a comment on issue #9349: showLoading操作不能自定义变量

guoqn edited a comment 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
   
   你好,针对这个方法实验后端效果  似乎并不理想,效果没有被覆盖
   ```js
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org