Blame view

node_modules/echarts/src/component/axisPointer/IAxisPointer 682 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  /**
   * 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
   */