Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ hide
Method
hide
src/component/tooltip/TooltipRichContent.ts:190–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
}
189
190
hide() {
191
if
(this.el) {
192
this.el.hide();
193
}
194
this._show = false;
195
}
196
197
hideLater(time?: number) {
198
if
(this._show && !(this._inContent && this._enterable) && !this._alwaysShowContent) {
Callers
1
hideLater
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected