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

Method init

src/component/timeline/TimelineModel.ts:187–190  ·  view source on GitHub ↗

* @override

(option: TimelineOption, parentModel: Model, ecModel: GlobalModel)

Source from the content-addressed store, hash-verified

185 * @override
186 */
187 init(option: TimelineOption, parentModel: Model, ecModel: GlobalModel) {
188 this.mergeDefaultAndTheme(option, ecModel);
189 this._initData();
190 }
191
192 /**
193 * @override

Callers

nothing calls this directly

Calls 2

_initDataMethod · 0.95
mergeDefaultAndThemeMethod · 0.45

Tested by

no test coverage detected