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 2022/06/23 01:52:12 UTC

[GitHub] [echarts] cha0wg opened a new issue, #17268: [Question] how to use echart event simulate tooltip axis trigger

cha0wg opened a new issue, #17268:
URL: https://github.com/apache/echarts/issues/17268

   ### What problem does this feature solve?
   
   Echarts tooltip trigger can be set with 'axis' then tooltip shows when hover the axis, can I use echarts events to simulate tooltip axis trigger? 
   <img width="372" alt="image" src="https://user-images.githubusercontent.com/13954991/175098015-66098427-4fa4-45c2-a13e-9b2027303e93.png">
   I want to use JSX to render tooltip and control tooltip, does `echart.getZr().on('mousemove')` or` echart.on('mousemove')` work? I tried and looks don't have idea about how to do a `axis` trigger tooltip
   
   ### What does the proposed API look like?
   
   echart.on('mousemove') can works on `axis`


-- 
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.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] susiwen8 commented on issue #17268: [Question] how to use echart event simulate tooltip axis trigger

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

   Could [showTip](https://echarts.apache.org/en/api.html#action.tooltip.showTip) solve this issue?


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