* Notice here we only get the default tick model. For splitLine * or splitArea, we should pass the splitLineModel or splitAreaModel * manually when calling `getTicksCoords`. * In GL, this method may be overridden to: * `axisModel.getModel('axisTick', grid3DModel.getModel('axisTic
()
| 243 | * `axisModel.getModel('axisTick', grid3DModel.getModel('axisTick'));` |
| 244 | */ |
| 245 | getTickModel(): Model<AxisTickOptionUnion> { |
| 246 | return this.model.getModel('axisTick'); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * @deprecated Use `calcBandWidth` instead. |
no test coverage detected