* Gets the array of tick values generated by the default algorithm.
()
| 317 | * Gets the array of tick values generated by the default algorithm. |
| 318 | */ |
| 319 | public defaultTicks(): D[] { |
| 320 | throw new Error("Subclasses should override _getDefaultTicks"); |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Gets an array of tick values spanning the domain. |