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

Method getTickModel

src/coord/Axis.ts:245–247  ·  view source on GitHub ↗

* Notice here we only get the default tick model. For splitLine * or splitArea, we should pass the splitLineModel or splitAreaModel * manually when calling `getTicksCoords`. * In GL, this method may be overridden to: * `axisModel.getModel('axisTick', grid3DModel.getModel('axisTic

()

Source from the content-addressed store, hash-verified

243 * `axisModel.getModel('axisTick', grid3DModel.getModel('axisTick'));`
244 */
245 getTickModel(): Model<AxisTickOptionUnion> {
246 return this.model.getModel('axisTick');
247 }
248
249 /**
250 * @deprecated Use `calcBandWidth` instead.

Callers 3

getTicksCoordsMethod · 0.95
getMarkerPositionMethod · 0.80
createAxisTicksFunction · 0.80

Calls 1

getModelMethod · 0.45

Tested by

no test coverage detected