resize method
void
resize([
- dynamic size
Resize the chart. If no size is specified it will resize to fit.
Implementation
external void resize([dynamic /*{ width?: number; height?: number }*/ size]);
Resize the chart. If no size is specified it will resize to fit.
external void resize([dynamic /*{ width?: number; height?: number }*/ size]);