A cube of data.
An dimension to pivot a table by.
A function taking one argument and returning a result.
A function taking two arguments and returning a result.
The type of keys used to reference values in data structures.
A function taking one argument and returning a boolean result.
A set of attributes in a row of a table, each addressable via a key.
A table of data.
The type of values used in source data structures.
Creates a derived dimension based on the contents of column in a table.
The source table, an array of objects.
The name to give this dimension.
An optional structure, containing two configuration parameters: get, a callback function used to convert values in the source table to those in the dimension when pivoting; sort, a method used to sort the values in the axis.
Creates a dimension from an array of values.
The source values.
The name to give this dimension.
An optional callback function used to convert values in the source table to those in the dimension when pivoting.
Generated using TypeDoc
The set of critera to used for a point on a dimension.