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 2019/05/14 23:53:44 UTC

[GitHub] [incubator-echarts] MntyaTech opened a new issue #10466: Allow configuration of the lineWidth and radius of the loading shape

MntyaTech opened a new issue #10466: Allow configuration of the lineWidth and radius of the loading shape
URL: https://github.com/apache/incubator-echarts/issues/10466
 
 
   ### What problem does this feature solve?
   It enables consumers of the echarts api to have more flexibility and control over the loading animation on the chart api.
   
   ### What does the proposed API look like?
   We already have the following configuration options:
   {
     text: 'loading',
     color: '#c23531',
     textColor: '#000',
     maskColor: 'rgba(255, 255, 255, 0.8)',
     zlevel: 0
   }
   
   Why not add:
   lineWidth: 5,
   radius: 10
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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:
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