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

Function layoutCovers

src/component/brush/visualEncoding.ts:61–66  ·  view source on GitHub ↗
(ecModel: GlobalModel)

Source from the content-addressed store, hash-verified

59};
60
61export function layoutCovers(ecModel: GlobalModel): void {
62 ecModel.eachComponent({mainType: 'brush'}, function (brushModel: BrushModel) {
63 const brushTargetManager = brushModel.brushTargetManager = new BrushTargetManager(brushModel.option, ecModel);
64 brushTargetManager.setInputRanges(brushModel.areas, ecModel);
65 });
66}
67
68export const brushVisualStageHandler = createSimpleOverallStageHandler2(brushVisual);
69

Callers 2

updateTransformMethod · 0.90
brushVisualFunction · 0.85

Calls 2

eachComponentMethod · 0.80
setInputRangesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…