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

Method initialize

apps/chart/src/component/lineSeries.ts:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 yAxisName = 'yAxis';
70
71 initialize() {
72 this.type = 'series';
73 this.name = 'line';
74 this.eventBus.on('selectSeries', this.selectSeries);
75 this.eventBus.on('showTooltip', this.showTooltip);
76 this.eventBus.on('hideTooltip', this.onMouseoutComponent);
77 }
78
79 initUpdate(delta: number) {
80 this.drawModels.rect[0].width = this.models.rect[0].width * delta;

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected