Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ isCategory
Function
isCategory
src/model/referHelper.ts:236–238 ·
view source on GitHub ↗
(axisModel: AxisBaseModel)
Source
from the content-addressed store, hash-verified
234
};
235
236
function
isCategory(axisModel: AxisBaseModel) {
237
return
axisModel.get(
'type'
) ===
'category'
;
238
}
239
Callers
1
referHelper.ts
File · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…