MCPcopy
hub / github.com/apache/echarts / viewCoordSysCopyOverallMatrix

Function viewCoordSysCopyOverallMatrix

src/coord/View.ts:334–338  ·  view source on GitHub ↗
(
    out: MatrixArray | NullUndefined, viewCoordSys: View
)

Source from the content-addressed store, hash-verified

332
333
334export function viewCoordSysCopyOverallMatrix(
335 out: MatrixArray | NullUndefined, viewCoordSys: View
336): MatrixArray {
337 return matrixCopy(out || [], inner(viewCoordSys).mtOverall);
338}
339
340export function viewCoordSysGetZoomOption(viewCoordSys: View): RoamOptionMixin['zoom'] {
341 return inner(viewCoordSys).zoom;

Callers 4

_renderThumbnailMethod · 0.90
_dealUpdateWindowMethod · 0.90

Calls 1

innerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…