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

Function isAxisOnBand

src/coord/axisHelper.ts:368–370  ·  view source on GitHub ↗
(scale: Scale, axisModel: AxisBaseModel)

Source from the content-addressed store, hash-verified

366}
367
368export function isAxisOnBand(scale: Scale, axisModel: AxisBaseModel): boolean {
369 return isOrdinalScale(scale) && !!(axisModel as AxisBaseModel<CategoryAxisBaseOption>).get('boundaryGap');
370}

Callers 3

createAxisCreatorMethod · 0.90
setAxisFunction · 0.90

Calls 2

isOrdinalScaleFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…