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

Function isHandleTrigger

src/component/axisPointer/modelHelper.ts:409–411  ·  view source on GitHub ↗
(axisPointerModel: Model<CommonAxisPointerOption>)

Source from the content-addressed store, hash-verified

407}
408
409function isHandleTrigger(axisPointerModel: Model<CommonAxisPointerOption>) {
410 return !!axisPointerModel.get(['handle', 'show']);
411}
412
413/**
414 * @param {module:echarts/model/Model} model

Callers 2

saveTooltipAxisInfoFunction · 0.85
fixValueFunction · 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…