Position tooltip relative to highlighted data item
See original GitHub issueWhat problem does this feature solve?
Using tooltip position callback, one can position the tooltip relative to the mouse or bounding container, but it does not expose any information about the highlighted data item or its position.
What does the proposed API look like?
series-line.tooltip.position = function (point: Array, params: Object|Array.<Object>, dom: HTMLDomElement, rect: Object, size: Object, itemRect: Object)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Position tooltip relative to highlighted data item #13415 - GitHub
I want to position the tooltip relative to (near to) a highlighted data item (shown with red arrow) instead of relative to the...
Read more >How to position tooltips correctly with CSS - Tutorialspoint
To position tooltips correctly, use the right, left, top and bottom properties. Let us see how to position tooltips on the right: ...
Read more >Positioning a tooltip absolutely over relative text - Stack Overflow
However, the issue I'm having is that I can't keep the text positioned relatively while also achieving absolute position on the tooltip (it ......
Read more >Position in React Tooltip component - Syncfusion
The Tooltip and its tip pointer can be positioned dynamically based on the target's location. This can be achieved by using the refresh...
Read more >Telerik Web UI ToolTip Relative to Demo
Positioning a RadToolTip relative to the browser window (instead of to the mouse or to an element) is very useful in some scenarios....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I see, 5.0 will solve this https://github.com/apache/incubator-echarts/pull/12947
@susiwen8 How did 5.0 solve this? The documentation for tooltip.position is word-for-word the same as v4.