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

582 B

+++

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

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

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

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

GraphSeriesValue type

GraphSeriesValue type

Signature

export declare type GraphSeriesValue = number | null;

Import

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