MCPcopy Create free account
hub / github.com/apache/echarts / getViewRect

Method getViewRect

src/coord/View.ts:276–278  ·  view source on GitHub ↗

* @implements CoordinateSystem['getViewRect'] * @see VIEW_COORD_SYS_TRANS_RAW

()

Source from the content-addressed store, hash-verified

274 * @see VIEW_COORD_SYS_TRANS_RAW
275 */
276 getViewRect(): BoundingRect {
277 return viewCoordSysCopyViewRect(null, this);
278 }
279
280 /**
281 * @implements CoordinateSystem['getRoamTransform']

Callers 1

_renderOnGeoMethod · 0.45

Calls 1

viewCoordSysCopyViewRectFunction · 0.85

Tested by

no test coverage detected