resize method

void resize([
  1. 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]);