MCPcopy Create free account
hub / github.com/apache/echarts / getScaleExtentForTickUnsafe

Function getScaleExtentForTickUnsafe

src/scale/scaleMapper.ts:351–353  ·  view source on GitHub ↗
(mapper: ScaleMapper)

Source from the content-addressed store, hash-verified

349}
350
351export function getScaleExtentForTickUnsafe(mapper: ScaleMapper): number[] {
352 return mapper.getExtentUnsafe(SCALE_EXTENT_KIND_EFFECTIVE, SCALE_MAPPER_DEPTH_OUT_OF_BREAK);
353}
354
355export function getScaleExtentForMappingUnsafe(
356 mapper: ScaleMapper,

Callers 5

getTicksMethod · 0.90
countMethod · 0.90
ordinalScaleCreateTicksFunction · 0.90
setConfigMethod · 0.90
getTicksMethod · 0.90

Calls 1

getExtentUnsafeMethod · 0.65

Tested by

no test coverage detected