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

Method constructor

src/view/Chart.ts:138–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137
138 constructor() {
139 this.group = new Group();
140 this.uid = componentUtil.getUID('viewChart');
141
142 this.renderTask = createTask<SeriesTaskContext>({
143 plan: renderTaskPlan,
144 reset: renderTaskReset
145 });
146 this.renderTask.context = {view: this} as SeriesTaskContext;
147 }
148
149 init(ecModel: GlobalModel, api: ExtensionAPI): void {}
150

Callers

nothing calls this directly

Calls 1

createTaskFunction · 0.90

Tested by

no test coverage detected