Plot
Table
This document teaches you how to style and format your novem tables.
Novem is currently in closed alpha. This documentation is incomplete and subject to change.
The table folder consists of several endpoints related to the formatting of
your novem table or mtable visualisations.
plot_name => Name
├── config => Configuration options
...
│ ├── table => table specific settings
│ │ └── cell => Format table cells
│ │ ├── border => control table borders
│ │ ├── text => Font information (weight, style, color)
│ │ ├── align => Number alignment
│ │ ├── format => Number and text format
│ │ ├── padding => Intra cell padding
│ │ ├── width => Fixed column width
│ │ ├── overflow => Text overflow control
│ │ ├── priority => Responsive design control
│ │ ├── merge => Set cell min/max width
│ │ └── chart => Horizontal bar charts in cells
...
The cell folder contains a collection of files which controls the formatting of the individual cells in the table. Each file consists of a set of instructions, separated by newline, applied in order from first to last.
All instructions share a common structure consisting of space delimited options. Across all files the first two instructions are used to identify the rows and columns to be operated on. For more information see slicing.