blob: 05f1c91ff24e76f85cc576e37beef27e19cd5b88 [file] [log] [blame]
/**
* AxisPointer Interface:
*
*
* Instance members:
*
* + render {Function}: mandatory.
* If `show` called, axisPointer must be displayed or remain its original status.
* @param {module:echarts/model/Model} axisModel
* @param {module:echarts/model/Model} axisPointerModel
* @param {module:echarts/coord/ICoordinateSystem} coordSys
* @param {module:echarts/ExtensionAPI} api
* @param {boolean} forceRender
*
* + remove {Function}: mandatory.
* If `hide` called, axisPointer must be hidden.
* @param {module:echarts/ExtensionAPI} api
*
* + dispose {Function}: mandatory
* @param {module:echarts/ExtensionAPI} api
*/