Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getSize
Method
getSize
src/component/tooltip/TooltipHTMLContent.ts:481–484 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
479
}
480
481
getSize() {
482
const
el = this.el;
483
return
el ? [el.offsetWidth, el.offsetHeight] : [0, 0];
484
}
485
486
moveTo(zrX: number, zrY: number) {
487
if
(!this.el) {
Callers
3
_updatePosition
Method · 0.45
refixTooltipPosition
Function · 0.45
confineTooltipPosition
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected