# <a id="bitdrift.public.unary.dashboards.v1.GetChartsDataResponse"></a>GetChartsDataResponse

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L350-L354`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L350-L354>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| data | <span class="proto-type proto-type-message">array of [<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">dashboards</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">ChartData</i>](bitdrift_public_unary_dashboards_v1_ChartData.md "bitdrift.public.unary.dashboards.v1.ChartData")</span> | Data for each of the requested data. The order of the data will match the  order of the chart ids in the request. |

</section>
<p class="h4">Example</p>
```json
{
  "data": [
    {
      "chart_id": {
        "workflow": {
          "aggregated_action_id": "count/fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
          "chart_rule_id": "_i1yUnHjKfmWpCaD5Tazo",
          "workflow_id": "DFg5"
        }
      },
      "line_data": {
        "time_series": [
          {
            "aggregated_rollup": 1.0,
            "aggregation_window": "3600s",
            "cardinality_overflows": {
              "group_by_overflows": 1,
              "query_group_by_collapsed": false,
              "total_overflows": 42
            },
            "data": [
              {
                "rate_details": {
                  "denominator_count": 42,
                  "numerator_count": 42
                },
                "timestamp": "2024-01-15T09:30:00Z",
                "unique_devices": 1,
                "value": 1.0
              }
            ],
            "id": "abc-123-def",
            "labels": [
              {
                "name": "name",
                "value": "value"
              }
            ],
            "legend": {
              "title": "Legend title"
            },
            "title": "Time series title",
            "unique_devices": 1
          }
        ]
      }
    }
  ]
}
```

