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

Method convertFromPixel

src/coord/CoordinateSystem.ts:96–96  ·  view source on GitHub ↗
(
        ecModel: GlobalModel,
        finder: ParsedModelFinder,
        pixelValue: Parameters<NonNullable<CoordinateSystem['pointToData']>>[0],
        opt?: unknown
    )

Source from the content-addressed store, hash-verified

94 // Each coordinate system will be tried, until one returns non-
95 // null/undefined value.
96 convertFromPixel?(
97 ecModel: GlobalModel,
98 finder: ParsedModelFinder,
99 pixelValue: Parameters<NonNullable<CoordinateSystem['pointToData']>>[0],

Callers 1

converter.test.tsFile · 0.65

Implementers 9

Calendarsrc/coord/calendar/Calendar.ts
Matrixsrc/coord/matrix/Matrix.ts
Viewsrc/coord/View.ts
Gridsrc/coord/cartesian/Grid.ts
Parallelsrc/coord/parallel/Parallel.ts
Geosrc/coord/geo/Geo.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