* Sets the zoom window in percent space.
(start: number, end: number)
| 11 | * Sets the zoom window in percent space. |
| 12 | */ |
| 13 | setRange(start: number, end: number): void; |
| 14 | /** |
| 15 | * Zooms in around `center` by shrinking the span by `factor`. |
| 16 | * |
no outgoing calls
no test coverage detected