Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ init
Method
init
src/component/legend/LegendView.ts:79–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
private _isFirstRender: boolean;
78
79
init() {
80
81
this.group.add(this._contentGroup =
new
Group());
82
this.group.add(this._selectorGroup =
new
Group());
83
84
this._isFirstRender = true;
85
}
86
87
/**
88
* @protected
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected