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

Function viewCoordSysIsInputReady

src/coord/View.ts:381–385  ·  view source on GitHub ↗
(viewInner: ViewInner)

Source from the content-addressed store, hash-verified

379}
380
381function viewCoordSysIsInputReady(viewInner: ViewInner): boolean {
382 return !!(viewInner.dataRect && viewInner.viewRect);
383 // NOTE: Other parameters has default values. Only parameters
384 // above are required to be input.
385}
386
387function calcOverallTransFromSyncBackEl(
388 out: Transformable,

Callers 4

viewCoordSysSetViewRectFunction · 0.85
parseCenterOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…