Protected
Readonly
descOptional
labels: number | string[]labels to use for each array item or the expected length of an value
Optional
sort: EAdvancedSortMethodsorting criteria when sorting by this column
converts type to a boxplot column type
Optional
sort: ESortMethodsorting criteria when sorting by this column
converts the column type to be a map type, supports only base types: categorical, date, number, and string
Optional
sort: EAdvancedSortMethodsorting criteria when sorting by this column
build the column description
sets the column color in case of numerical columns
use colorMapping instead
specify a custom additional attribute for the description
the property key
its value
column description
sets the frozen state of this column, i.e is sticky to the left side when scrolling horizontally
hide this column by default
Optional
render: IStyleHTMLWrapperOptional
render: IStyleHTMLWrappercolumn label
defines the mapping for this number column to normalize the data
mapping type
input data domain [min, max]
Optional
range: [number, number]optional output domain [0, 1]
d3-format to use for formatting
d3-format
specify the renderer to used for this column
Optional
renderer: stringwithin a cell
Optional
groupRenderer: stringwithin an aggregated cell
Optional
summaryRenderer: stringwithin the summary in the header and side panel
defines a script to normalize the data, see ScriptedMappingFunction for details
the code to execute
the input data domain [min, max]
column summary text (subtitle)
sets the default width of the column
converts the column type to be an array type, supports only base types: boolean, categorical, date, number, and string