AnalyticsChartResponseDto
granularity echoes what the backend actually applied — format the X axis by it.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
successfully | boolean | да | — |
granularity | AnalyticsGranularityDto | да | — |
series | AnalyticsChartSeriesDto[] | да | — |
Пример
json
{
"successfully": false,
"granularity": "<AnalyticsGranularityDto>",
"series": []
}