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

Method containPoint

src/coord/CoordinateSystem.ts:186–186  ·  view source on GitHub ↗
(point: number[])

Source from the content-addressed store, hash-verified

184
185 // @param point Point in global pixel coordinate system.
186 containPoint(point: number[]): boolean;
187
188 getAxes?: () => Axis[];
189

Callers 7

renderMethod · 0.65
drawMethod · 0.65
axisTriggerFunction · 0.65
containsPointFunction · 0.65
containPixelMethod · 0.65
containPointMethod · 0.65
containPointMethod · 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