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

Method dataToPoint

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

* @param data * @param reserved Defined by the coordinate system itself * @param out Fill it if passing, and return. For performance optimization. * @return Point in global pixel coordinate system. * An invalid returned point should be represented by `[NaN, NaN]`, * rather

(
        data: CoordinateSystemDataCoord,
        opt?: unknown,
        out?: number[]
    )

Source from the content-addressed store, hash-verified

146 * rather than `null/undefined`.
147 */
148 dataToPoint(
149 data: CoordinateSystemDataCoord,
150 opt?: unknown,
151 out?: number[]

Callers 15

progressFunction · 0.65
_renderOnGridLikeMethod · 0.65
_renderOnGeoMethod · 0.65
mapSymbolLayoutFunction · 0.65
MapSeriesClass · 0.65
getMarkerPositionMethod · 0.65
getPointFunction · 0.65
createLinePointsFunction · 0.65
getPointFunction · 0.65
largeProgressFunction · 0.65
graphSimpleLayoutFunction · 0.65
doThemeRiverLayoutFunction · 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