padding property

dynamic padding

Set padding for x axis. If this option is set, the range of x axis will increase/decrease according to the values. If no padding is needed in the ragen of x axis, 0 should be set. On category axis, this option will be ignored.

Implementation

external dynamic /*{
      left?: number;
      right?: number;
  }*/
    get padding;
void padding=(dynamic v)

Implementation

external set padding(
    dynamic
        /*{
      left?: number;
      right?: number;
  }*/
        v);