* Takes two parameters: width and height. * @param width * @param height
(width: number, height: number, margins?: ChartArea)
| 62 | * @param height |
| 63 | */ |
| 64 | update(width: number, height: number, margins?: ChartArea): void; |
| 65 | } |
no outgoing calls
no test coverage detected