You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/05/02 00:49:36 UTC

[GitHub] [echarts] 100pah edited a comment on issue #14839: The ‘borderWidth’ causes the pie chart to not be completely closed

100pah edited a comment on issue #14839:
URL: https://github.com/apache/echarts/issues/14839#issuecomment-830716638


   @MissThee Remove the data items that value is `0`, the gap will diappear.
   
   
   @Ovilia @pissang 
   
   In this case there is no gap.
   ```js
   data: [
           { name: 's', value: 3.8 }
   ]
   ```
   
   But in this case there is a gap.
   ```js
   data: [
           { name: 's', value: 3.8 },
           { name: 'd', value: 0 },
   ]
   ```
   
   Should it be an issue? I've no idea.
   
   


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



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