* Returns the location of the tick at the given index * The coordinate (0, 0) is at the upper-left corner of the canvas * @param {number} index * @return {number}
(index: number)
| 1314 | * @return {number} |
| 1315 | */ |
| 1316 | getPixelForTick(index: number): number; |
| 1317 | /** |
| 1318 | * Used to get the label to display in the tooltip for the given value |
| 1319 | * @param {*} value |
no outgoing calls
no test coverage detected