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

Method getMinorTicks

src/scale/Time.ts:252–259  ·  view source on GitHub ↗
(splitNumber: number)

Source from the content-addressed store, hash-verified

250 }
251
252 getMinorTicks(splitNumber: number): number[][] {
253 return getMinorTicks(
254 this,
255 splitNumber,
256 getBreaksUnsafe(this),
257 this._interval
258 );
259 }
260
261 setTimeInterval(opt: {
262 interval: number;

Callers

nothing calls this directly

Calls 2

getMinorTicksFunction · 0.90
getBreaksUnsafeFunction · 0.90

Tested by

no test coverage detected