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

Method getMinorTicks

src/scale/Interval.ts:307–314  ·  view source on GitHub ↗
(splitNumber: number)

Source from the content-addressed store, hash-verified

305 }
306
307 getMinorTicks(splitNumber: number): number[][] {
308 return getMinorTicks(
309 this,
310 splitNumber,
311 getBreaksUnsafe(this),
312 this._cfg.interval
313 );
314 }
315
316 getLabel(
317 tick: ScaleTick,

Callers

nothing calls this directly

Calls 2

getMinorTicksFunction · 0.90
getBreaksUnsafeFunction · 0.90

Tested by

no test coverage detected