You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/07/09 19:16:06 UTC

[GitHub] smnbbrv commented on issue #2941: Handling click events on chart grid columns

smnbbrv commented on issue #2941: Handling click events on chart grid columns
URL: https://github.com/apache/incubator-echarts/issues/2941#issuecomment-403590132
 
 
   For me the following works:
   
   - on tooltip formatter remember the tooltip data into some global variable
   - add normal HTML click event listener on the chart parent element 
   - use this click event in combination with data from tooltip

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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