x property

dynamic x

Implementation

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

  /**
   * Show additional grid lines along x axis.
   * This option accepts array including object that has value, text, position and class.
   * text, position and class are optional. For position, start, middle and end (default) are available.
   * If x axis is category axis, value can be category name.
   * If x axis is timeseries axis, value can be date string, Date object and unixtime integer.
   */
  lines?: LineOptions[];
}*/
    get x;
void x=(dynamic v)

Implementation

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

  /**
   * Show additional grid lines along x axis.
   * This option accepts array including object that has value, text, position and class.
   * text, position and class are optional. For position, start, middle and end (default) are available.
   * If x axis is category axis, value can be category name.
   * If x axis is timeseries axis, value can be date string, Date object and unixtime integer.
   */
  lines?: LineOptions[];
}*/
        v);