mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:22:35 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.2 KiB
1.2 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "TimeSeries" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
TimeSeries interface
Signature
export interface TimeSeries extends QueryResultBase
Import
import { TimeSeries } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
datapoints | TimeSeriesPoints |
|
tags | Labels |
|
target | string |
|
unit | string |
datapoints property
Signature
datapoints: TimeSeriesPoints;
tags property
Signature
tags?: Labels;
target property
Signature
target: string;
unit property
Signature
unit?: string;