MCPcopy
hub / github.com/apache/echarts / isNameLocationCenter

Function isNameLocationCenter

src/coord/axisHelper.ts:283–285  ·  view source on GitHub ↗
(nameLocation: AxisBaseOptionCommon['nameLocation'])

Source from the content-addressed store, hash-verified

281}
282
283export function isNameLocationCenter(nameLocation: AxisBaseOptionCommon['nameLocation']) {
284 return nameLocation === 'middle' || nameLocation === 'center';
285}
286
287export function shouldAxisShow(axisModel: AxisBaseModel): boolean {
288 return axisModel.getShallow('show');

Callers 5

axisNameFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…