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/06/04 00:54:43 UTC

[GitHub] [incubator-echarts] plainheart commented on issue #12751: Tooltip with trigger: 'item' doesn't work properly with area charts

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:
users@infra.apache.org



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