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

Method initialize

apps/chart/src/component/hoveredSeries.ts:107–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 };
106
107 initialize() {
108 this.type = 'hoveredSeries';
109 this.name = 'hoveredSeries';
110 this.eventBus.on('renderHoveredSeries', this.renderHoveredSeries);
111 this.eventBus.on('resetHoveredSeries', this.resetHoveredSeries);
112 }
113
114 render({ layout }: ChartState<Options>) {
115 this.rect = layout.plot;

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected