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

Function getScaleBreakHelper

src/scale/break.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150export function getScaleBreakHelper(): BreakScaleHelper | NullUndefined {
151 return _impl;
152}
153
154export function simplyParseBreakOption(
155 scale: {parse: Scale['parse']},

Callers 15

getMinorTicksFunction · 0.90
initBreakOrLinearMapperFunction · 0.90
getTicksMethod · 0.90
getTicksMethod · 0.90
constructorMethod · 0.90
getTicksMethod · 0.90
ensureVisualInCacheFunction · 0.90
rectCoordBuildBreakAxisFunction · 0.90
addZigzagShapesFunction · 0.90
buildAxisBreakLineFunction · 0.90
updateModelAxisBreakFunction · 0.90
adjustBreakLabelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…