y property

dynamic y

Implementation

external dynamic
    /*{
  /**
   * Show grids along y axis.
   */
  show?: boolean;

  /**
   * Show additional grid lines along y axis.
   * This option accepts array including object that has value, text, position and class.
   */
  lines?: LineOptions[];

  /**
   * Number of y grids to be shown.
   */
  ticks?: number;
}*/
    get y;
void y=(dynamic v)

Implementation

external set y(
    dynamic
        /*{
  /**
   * Show grids along y axis.
   */
  show?: boolean;

  /**
   * Show additional grid lines along y axis.
   * This option accepts array including object that has value, text, position and class.
   */
  lines?: LineOptions[];

  /**
   * Number of y grids to be shown.
   */
  ticks?: number;
}*/
        v);