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

Method init

src/component/legend/ScrollableLegendView.ts:86–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 private _showController: boolean;
85
86 init() {
87
88 super.init();
89
90 this.group.add(this._containerGroup = new Group() as LegendGroup);
91 this._containerGroup.add(this.getContentGroup());
92
93 this.group.add(this._controllerGroup = new Group());
94 }
95
96 /**
97 * @override

Callers

nothing calls this directly

Calls 2

getContentGroupMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected