grafana/docs/sources/packages_api/data/legacyresponsedata.md

681 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "LegacyResponseData" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

LegacyResponseData type

LegacyResponseData type

Starting in v6.2 DataFrame can represent both TimeSeries and TableData

Signature

export declare type LegacyResponseData = TimeSeries | TableData | any;

Import

import { LegacyResponseData } from '@grafana/data';