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

Method initialize

apps/chart/src/component/legend.ts:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 };
79
80 initialize() {
81 this.type = 'legend';
82 this.name = 'legend';
83 this.eventBus.on('clickLegendCheckbox', this.onClickCheckbox);
84 this.eventBus.on('clickLegendLabel', this.onClickLabel);
85 }
86
87 initColorAndIconTypeMap(legendData: LegendDataList) {
88 this.seriesColorMap = {};

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected