diagramatics
    Preparing search index...

    Function table

    • Create a table with diagrams inside

      Parameters

      • diagrams: Diagram[][]

        2D array of diagrams

      • padding: number | number[] = 0
      • orientation: TableOrientation = TableOrientation.ROWS

        orientation of the table (default: 'rows') can be 'rows' or 'columns'

      • min_rowsize: number = 0

        minimum size of each row

      • min_colsize: number = 0

        minimum size of each column

      Returns Diagram

      a diagram of the table with the diagrams inside