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

Function scaleCalcNiceDirectly

src/coord/axisNiceTicks.ts:277–282  ·  view source on GitHub ↗
(
    scale: Scale,
    opt: ScaleCalcNiceMethodOpt
)

Source from the content-addressed store, hash-verified

275}
276
277export function scaleCalcNiceDirectly(
278 scale: Scale,
279 opt: ScaleCalcNiceMethodOpt
280): void {
281 scaleCalcNiceMethods[scale.type](scale, opt);
282}
283
284const scaleCalcNiceMethods: Record<AxisScaleType, ScaleCalcNiceMethod> = {
285 interval: calcNiceForIntervalOrLogScale,

Callers 2

_createAxisMethod · 0.90
scaleCalcNice2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…