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

Function isAxisTypeSupportAxisBreak

src/coord/axisHelper.ts:319–321  ·  view source on GitHub ↗
(axisType: OptionAxisType)

Source from the content-addressed store, hash-verified

317}
318
319function isAxisTypeSupportAxisBreak(axisType: OptionAxisType): boolean {
320 return axisType !== 'category';
321}
322
323export function updateIntervalOrLogScaleForNiceOrAligned(
324 scale: IntervalScale | LogScale,

Callers 1

retrieveAxisBreaksOptionFunction · 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…