echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] Show Tooltip on top of the Chart container when the chart is inside another container

Open srinathmerugu opened this issue 3 years ago • 0 comments

Version

5.3.3

Link to Minimal Reproduction

No response

Steps to Reproduce

  1. Open any chart, for ex. bar chart inside any other container
  2. Try to hover on any label and observe the tooltip behavior
  3. Tooltip is going behind the main container

Current Behavior

when we are hovering on the chart label, observed the tooltip is going behind the main container and not displaying completely as shown below tooltip_issue

Expected Behavior

On hovering the tooltip it should be shown on top of everything so that label name is completely visible and tooltip isn't truncated inside the container

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

Is there any way/option in echarts where we can append tooltip to the html body and display the tooltip properly

srinathmerugu avatar Sep 21 '22 14:09 srinathmerugu