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/04/16 05:55:13 UTC

[GitHub] [echarts] YinZhaoJie opened a new issue #14685: emphasis-focus-adjacency when click

YinZhaoJie opened a new issue #14685:
URL: https://github.com/apache/echarts/issues/14685


   ### What problem does this feature solve?
   如何在echarts5 的graph上 实现 “鼠标点击(而不是鼠标悬停) 会有 emphasis-focus-adjacency 效果” 呢? 我试过以下方法,但是不起作用 可能操作不对(前端水平有限,不会vue 这个可能要节和vue实现) 
   myChart.dispatchAction({
             type: 'focusNodeAdjacency',
             // 使用 dataIndex 来定位节点。
             dataIndex: params.dataIndex
           });
   参考链接 http://t.cn/A6cfwSqs
   
   ### What does the proposed API look like?
    emphasis-focus-adjacency when click
   
   <!-- 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] [echarts] echarts-bot[bot] commented on issue #14685: emphasis-focus-adjacency when click

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






-- 
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] [echarts] lopo12123 commented on issue #14685: emphasis-focus-adjacency when click

Posted by GitBox <gi...@apache.org>.
lopo12123 commented on issue #14685:
URL: https://github.com/apache/echarts/issues/14685#issuecomment-948180662


   这个是v4的api, v5的不改源码的话似乎没有这个action了,我为了这个功能用回了v4 ┭┮﹏┭┮


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #14685: emphasis-focus-adjacency when click

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


   @YinZhaoJie Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.


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