MCPcopy
hub / github.com/nhn/tui.chart / initStore

Function initStore

apps/chart/src/charts/chart.ts:347–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 }
346
347 protected initStore() {
348 [
349 root,
350 optionsStore,
351 theme,
352 seriesData,
353 legend,
354 layout,
355 category,
356 ...this.modules,
357 ].forEach((module) => this.store.setModule(module));
358 }
359
360 protected initialize() {
361 this.initStore();

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.45
setModuleMethod · 0.45

Tested by

no test coverage detected