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/08/29 06:47:10 UTC

[GitHub] [echarts] RahulVishK opened a new issue, #17584: tooltip feature on 'Area' in Area charts .

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

   ### What problem does this feature solve?
   
   when we hover mouse on area chart area of line chart tool tip is not coming 
   ![Uploading Screenshot (98).png…]()
   
   
   ### What does the proposed API look like?
   
   tool tip should be coming even if we hover on area 


-- 
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] JackRobards commented on issue #17584: tooltip feature on 'Area' in Area charts .

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

   It looks like this is also related to [issue 12751](https://github.com/apache/echarts/issues/12751)


-- 
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] Ovilia commented on issue #17584: tooltip feature on 'Area' in Area charts .

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

   This is not possible currently because tooltip triggers on either item or axis hovering. It may not easy to support this feature but I think this is useful. For now, you can try to use `trigger: 'axis'` to get a similar result.


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


Re: [I] tooltip feature on 'Area' in Area charts . [echarts]

Posted by "keyonvandenelzen (via GitHub)" <gi...@apache.org>.
keyonvandenelzen commented on issue #17584:
URL: https://github.com/apache/echarts/issues/17584#issuecomment-2063604639

   Facing the same issue. 
   
   The fact that the tooltip doesn't trigger on hovering the area under the line is understandable, but in my opinion it is inconsistent with the tooltip behaviour of other chart types (e.g. bar and pie).


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