MCPcopy
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

_updatePositionMethod · 0.45
refixTooltipPositionFunction · 0.45
confineTooltipPositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected