+++
# -----------------------------------------------------------------------
# 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
```typescript
export declare type GraphSeriesValue = number | null;
```
Import
```typescript
import { GraphSeriesValue } from '@grafana/data';
```