MCPcopy Index your code
hub / github.com/apache/echarts / getBoundingRect

Method getBoundingRect

src/coord/View.ts:268–270  ·  view source on GitHub ↗

* @implements CoordinateSystem['getBoundingRect'] * @see VIEW_COORD_SYS_TRANS_RAW * * This is a rect in data space. * For historicall reason, the name is `getBoundingRect` - preserve it for backward compatibility.

()

Source from the content-addressed store, hash-verified

266 * For historicall reason, the name is `getBoundingRect` - preserve it for backward compatibility.
267 */
268 getBoundingRect(): BoundingRect {
269 return viewCoordSysCopyBoundingRect(null, this);
270 }
271
272 /**
273 * @implements CoordinateSystem['getViewRect']

Callers 15

createRectForDisplayableFunction · 0.45
getTextRectFunction · 0.45
getSizeMethod · 0.45
manuallyShowTipMethod · 0.45
_updatePositionMethod · 0.45
_createItemMethod · 0.45
layoutInnerMethod · 0.45
layoutInnerMethod · 0.45
getItemInfoMethod · 0.45
_positionMethod · 0.45
renderBackgroundMethod · 0.45

Calls 1

Tested by

no test coverage detected