this is the base of the dataSources what need to be parsed into trueChart

Hierarchy

Index

Properties

Optional Readonly Aggregator

Aggregator: undefined | object

Map of aggregators, the number needs to be the index of the aggregator row

Readonly Data

Data: TDataValue[][]

Access to the raw data Returns data-rows where each row is a datapoint in the order: <dimension[0]>..<dimension, <measure[0]>..<measure[m-1]>. The order of dimensions and measures is the same as returned from listDimensions() and listMeasures()

Readonly Dimensions

List of dimensions

Id

Id: string

Readonly Measures

Measures: IMeasure[]

List of measures

Name

Name: string

The name of the context as it will be displayed to the user. Changing the name will trigger a TrueChart repaint

Optional SourceReference

SourceReference: unknown

Optional external reference, to help managing the connection between the BI and trueChart