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

Method initialize

apps/chart/src/component/dataLabels.ts:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 dataLabelsMap: DataLabelsMap = {};
83
84 initialize() {
85 this.type = 'dataLabels';
86 this.name = 'dataLabels';
87
88 this.eventBus.on('renderDataLabels', this.renderSeriesDataLabels);
89 }
90
91 initUpdate(delta: number) {
92 if (!this.drawModels) {

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected