mirror of https://github.com/grafana/grafana.git
1.4 KiB
1.4 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 |
|
| title | string |
If name is manually configured via an alias / legend pattern |
| unit | string |
datapoints property
Signature
datapoints: TimeSeriesPoints;
tags property
Signature
tags?: Labels;
target property
Signature
target: string;
title property
If name is manually configured via an alias / legend pattern
Signature
title?: string;
unit property
Signature
unit?: string;