* Utility for getting the pixel location of a percentage of scale * The coordinate (0, 0) is at the upper-left corner of the canvas * @param {number} decimal * @return {number}
(decimal: number)
| 1307 | * @return {number} |
| 1308 | */ |
| 1309 | getPixelForDecimal(decimal: number): number; |
| 1310 | /** |
| 1311 | * Returns the location of the tick at the given index |
| 1312 | * The coordinate (0, 0) is at the upper-left corner of the canvas |
no outgoing calls
no test coverage detected