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

Function breakArea

src/component/axis/CartesianAxisView.ts:227–235  ·  view source on GitHub ↗
(axisView, axisGroup, axisModel, gridModel, api)

Source from the content-addressed store, hash-verified

225 },
226
227 breakArea(axisView, axisGroup, axisModel, gridModel, api) {
228 const axisBreakHelper = getAxisBreakHelper();
229 const scale = axisModel.axis.scale;
230 if (axisBreakHelper && scale.type !== 'ordinal') {
231 axisBreakHelper.rectCoordBuildBreakAxis(
232 axisGroup, axisView, axisModel, gridModel.coordinateSystem.getRect(), api
233 );
234 }
235 }
236};
237
238export class CartesianXAxisView extends CartesianAxisView {

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…