plainheart commented on issue #12751:
URL: 
https://github.com/apache/incubator-echarts/issues/12751#issuecomment-638536015


   It may be not a bug. `tooltip.trigger = item` means that tooltip will be 
triggered by data item.
   I think here it might be better for you to use `tooltip.trigger = axis` and 
hide the axis pointer with option
   ```js
   axisPointer: {
      type: 'none'
   }
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to