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 2020/08/23 18:01:24 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #13115: 漏斗图funnel-customize 焦点切换问题

100pah commented on issue #13115:
URL: https://github.com/apache/incubator-echarts/issues/13115#issuecomment-678805198


   可对内层 funnel series 设定更高的 z 值解决这个问题:
   ```
   series: [{
       // 外层
       type: 'funnel',
   }, {
       // 内层
       type: 'funnel',
       z: 100
   }]
   ```


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