Menu

Dimensions (e.g. Month) give context to data points by having members to which the data points' addresses refer

Hierarchy

  • Dimension

Index

Properties

Optional attributeDimensions

attributeDimensions: AttributeDimension[]

metadata of all attributes of the dimension's members

axis

each dimension is placed on an axis for an initial projection and has its own index within it

axisIndex

axisIndex: number

the dimension's index on its axis - may describe an implicit hierarchy's level where 0 = highest

Optional containsExplicitHierarchy

containsExplicitHierarchy: boolean

if true, any member of the dimension contains the property 'parentMember' to build a hierarchy

Optional containsMeasures

containsMeasures: boolean

true, if the dimension contains measure members (e.g. Cost) In a data set there is only one dimension allowed that contains measures. Assumed false, if omitted.

key

key: string

has to be unique (including uniqueness across all axes)

members

members: Member[]

Contains the dimension's unique members in arbitrary order. Must only contain members actually referred to by any data point's address.

name

name: string

Generated using TypeDoc