stack property

dynamic stack

Implementation

external dynamic
    /*{
  /**
   * Set the stacking to be normalized
   * - NOTE: For stacking, 'data.groups' option should be set
   *  - y Axis will be set in percentage value (0 ~ 100%)
   *  - Must have postive values
   */
  normalize?: boolean;
}*/
    get stack;
void stack=(dynamic v)

Implementation

external set stack(
    dynamic
        /*{
  /**
   * Set the stacking to be normalized
   * - NOTE: For stacking, 'data.groups' option should be set
   *  - y Axis will be set in percentage value (0 ~ 100%)
   *  - Must have postive values
   */
  normalize?: boolean;
}*/
        v);