Function asLineUp

  • build a new LineUp instance in the given node for the given data

    Parameters

    • node: HTMLElement

      DOM node to attach to

    • data: any[]

      data to visualize

    • Rest ...columns: string[]

      optional enforced column order

    Returns LineUp