MCPcopy
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
236function isCategory(axisModel: AxisBaseModel) {
237 return axisModel.get('type') === 'category';
238}
239

Callers 1

referHelper.tsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…