Type Definitions
Data
Array of DataRecords
Type:
- Array.<DataRecord>
- Source:
DataRecord
Object holding the plot data, partitions are labelled with a single small letter, aggregates with a double small letter
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
DataRecord.a |
string | Value of first partition |
DataRecord.b |
string | Value of second partition |
DataRecord.c |
string | Value of third partition, etc. |
DataRecord.aa |
string | Value of first aggregate |
DataRecord.bb |
string | Value of second aggregate, etc. |
- Source: