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