Type Definitions
DataRecord
Object holding the plot data, partitions are labelled with a single small letter, aggregates with a double small letter
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. |
Type:
-
Object