size property

dynamic size

Implementation

external dynamic
    /*{
      /**
       * Change the height of the subchart.
       */
      height: number;
  }*/
    get size;
void size=(dynamic v)

Implementation

external set size(
    dynamic
        /*{
      /**
       * Change the height of the subchart.
       */
      height: number;
  }*/
        v);