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/13 03:55:35 UTC

[GitHub] [incubator-echarts] dingdingfujian opened a new issue #13115: 漏斗图funnel-customize 焦点切换问题

dingdingfujian opened a new issue #13115:
URL: https://github.com/apache/incubator-echarts/issues/13115


   ### Version
   4.8.0
   
   ### Steps to reproduce
   外层漏斗和里层漏斗有不同的hover label,
   当鼠标从里层漏斗进入外层漏斗时,hover label切换成外层label (没有问题)
   当鼠标从外层漏斗进入里层漏斗时,hover的label没有切换成里层label (有问题)
   
   ### What is expected?
   当鼠标从外层漏斗进入里层漏斗时,hover的label切换成里层的label 
   
   ### What is actually happening?
   当鼠标从外层漏斗进入里层漏斗时,hover的label没有切换成里层label
   
   <!-- 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



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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
dingdingfujian commented on issue #13115:
URL: https://github.com/apache/incubator-echarts/issues/13115#issuecomment-679869586


   可以的,赞👍


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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13115:
URL: https://github.com/apache/incubator-echarts/issues/13115#issuecomment-673238524


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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