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

Method init

src/coord/parallel/ParallelModel.ts:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 };
117
118 init() {
119 super.init.apply(this, arguments as any);
120 this.mergeOption({});
121 }
122
123 mergeOption(newOption: ParallelCoordinateSystemOption) {
124 const thisOption = this.option;

Callers

nothing calls this directly

Calls 1

mergeOptionMethod · 0.95

Tested by

no test coverage detected