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

Method positionGroup

src/component/visualMap/VisualMapView.ts:153–163  ·  view source on GitHub ↗
(group: Group)

Source from the content-addressed store, hash-verified

151 }
152
153 protected positionGroup(group: Group) {
154 const model = this.visualMapModel;
155 const api = this.api;
156
157 const refContainer = layout.createBoxLayoutReference(model, api).refContainer;
158 layout.positionElement(
159 group,
160 model.getBoxLayoutParams(),
161 refContainer
162 );
163 }
164
165 protected doRender(
166 visualMapModel: VisualMapModel,

Callers 2

_buildViewMethod · 0.80
doRenderMethod · 0.80

Calls 1

getBoxLayoutParamsMethod · 0.80

Tested by

no test coverage detected