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

Method dataToLayout

src/coord/CoordinateSystem.ts:162–162  ·  view source on GitHub ↗

* @param data See the meaning in `dataToPoint`. * @param reserved Defined by the coordinate system itself * @param out Fill it if passing, and return. For performance optimization. Vary by different coord sys. * @return Layout in global pixel coordinate system. * An invalid retu

(
        data: CoordinateSystemDataCoord,
        opt?: unknown,
        out?: CoordinateSystemDataLayout
    )

Source from the content-addressed store, hash-verified

160 * Never return `null/undefined`.
161 */
162 dataToLayout?(
163 data: CoordinateSystemDataCoord,
164 opt?: unknown,
165 out?: CoordinateSystemDataLayout

Callers 6

_renderOnGridLikeMethod · 0.65
convertToLayoutMethod · 0.65
calendarPrepareCustomFunction · 0.65
matrixPrepareCustomFunction · 0.65
convertToLayoutMethod · 0.65
createBoxLayoutReferenceFunction · 0.65

Implementers 8

Calendarsrc/coord/calendar/Calendar.ts
Matrixsrc/coord/matrix/Matrix.ts
Viewsrc/coord/View.ts
Cartesian2Dsrc/coord/cartesian/Cartesian2D.ts
Parallelsrc/coord/parallel/Parallel.ts
Singlesrc/coord/single/Single.ts
Radarsrc/coord/radar/Radar.ts
Polarsrc/coord/polar/Polar.ts

Calls

no outgoing calls

Tested by

no test coverage detected