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

Method pointToData

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

* Some coord sys (like Parallel) might do not have `pointToData`, * or the meaning of this kind of features is not clear yet. * @param point point Point in global pixel coordinate system. * @param out Fill it if passing, and return. For performance optimization. * @return data

(
        point: number[],
        opt?: unknown,
        out?: number | number[]
    )

Source from the content-addressed store, hash-verified

177 * Return timestamp in time axis.
178 */
179 pointToData?(
180 point: number[],
181 opt?: unknown,
182 out?: number | number[]

Callers 12

circularLayoutFunction · 0.65
axisTriggerFunction · 0.65
convertFromPixelMethod · 0.65
convertFromPixelMethod · 0.65
convertFromPixelMethod · 0.65
convertFromPixelMethod · 0.65
pointToDataMethod · 0.65
convertFromPixelMethod · 0.65
pointToDataMethod · 0.65
pointToDataMethod · 0.65
pointToDataMethod · 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