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

Function breakArea

src/component/axis/SingleAxisView.ts:163–171  ·  view source on GitHub ↗
(axisView, group, axisGroup, axisModel, api)

Source from the content-addressed store, hash-verified

161 },
162
163 breakArea(axisView, group, axisGroup, axisModel, api) {
164 const axisBreakHelper = getAxisBreakHelper();
165 const scale = axisModel.axis.scale;
166 if (axisBreakHelper && scale.type !== 'ordinal') {
167 axisBreakHelper.rectCoordBuildBreakAxis(
168 group, axisView, axisModel, axisModel.coordinateSystem.getRect(), api
169 );
170 }
171 },
172
173};
174

Callers

nothing calls this directly

Calls 2

getAxisBreakHelperFunction · 0.90
getRectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…