Charts
Chart
Field | Description | Type | Remarks |
---|---|---|---|
series | array of Series |
Series
Field | Description | Type | Remarks |
---|---|---|---|
divisionLevel | Division level of the series | DivisionLevel | |
title | Title of the series | string | The title includes the division name or the scope of the series. It followes no specific pattern and should be used carefully. |
type | Type describes the data of the series | string | Enum specified in the endpoint's description |
data | Data of the series | array of DataPoints |
DataPoint
Field | Description | Type | Remarks |
---|---|---|---|
x | X value of the data point | inherited or Date | Type defaults to date if not set in the endpoint's description. |
y | Y Value of the data point | float |