+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "getFlotPairs" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## getFlotPairs() function ### getFlotPairs() function Signature ```typescript export declare function getFlotPairs({ xField, yField, nullValueMode }: FlotPairsOptions): GraphSeriesValue[][]; ``` Import ```typescript import { getFlotPairs } from '@grafana/data'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | { xField, yField, nullValueMode } | FlotPairsOptions | | Returns: `GraphSeriesValue[][]`