resize property

dynamic resize

Implementation

external dynamic
    /*{
      /**
       * Indicate if the chart should automatically get resized when the window gets resized.
       */
      auto?: boolean;
  }*/
    get resize;
void resize=(dynamic v)

Implementation

external set resize(
    dynamic
        /*{
      /**
       * Indicate if the chart should automatically get resized when the window gets resized.
       */
      auto?: boolean;
  }*/
        v);