You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "zxgMaster (via GitHub)" <gi...@apache.org> on 2023/06/14 07:10:50 UTC

[GitHub] [echarts] zxgMaster commented on issue #8447: ‘treemap’ 的默认背景色不是 ‘transparent’ 而是白色

zxgMaster commented on issue #8447:
URL: https://github.com/apache/echarts/issues/8447#issuecomment-1590606331

   > 默认似乎会用 borderColor 作为背景色,如需透明可以设置 为`itemStyle.borderColor``transparent`
   > 
   > ```js
   > series: [{
   >   type: 'treemap',
   >   itemStyle: {
   >     borderColor: 'transparent'  
   >   }
   > }]
   > ```
   
   这个有效,找了一天了,终于找到能改的了


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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