2.1.1 ChartData object
Represents the data in an activity chart.
Fields
| Field | Type | Description |
|---|---|---|
titlerequired |
String | The chart title. |
subTitlerequired |
String | The chart subtitle. |
countsrequired |
List of integers | The data. |
startDaterequired |
Date | The start date and time. |
intervalMsrequired |
Integer | The interval between items in milliseconds. |
datarequired |
List of list of integers | The chart data. |
Last updated on