MCPcopy Index your code
hub / github.com/apache/echarts / getAxisPointerModel

Function getAxisPointerModel

src/component/axisPointer/modelHelper.ts:404–407  ·  view source on GitHub ↗
(axisModel: AxisBaseModel)

Source from the content-addressed store, hash-verified

402}
403
404export function getAxisPointerModel(axisModel: AxisBaseModel) {
405 const axisInfo = getAxisInfo(axisModel);
406 return axisInfo && axisInfo.axisPointerModel;
407}
408
409function isHandleTrigger(axisPointerModel: Model<CommonAxisPointerOption>) {
410 return !!axisPointerModel.get(['handle', 'show']);

Callers

nothing calls this directly

Calls 1

getAxisInfoFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…