Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/echarts
/ hasItemVisual
Method
hasItemVisual
src/data/SeriesData.ts:1204–1206 ·
view source on GitHub ↗
* If exists visual property of single data item
()
Source
from the content-addressed store, hash-verified
1202
* If exists visual property of single data item
1203
*/
1204
hasItemVisual() {
1205
return
this._itemVisuals.length > 0;
1206
}
1207
1208
/**
1209
* Make sure itemVisual property is unique
Callers
1
decalVisual
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected