+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "SeriesToColumnsOptions" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## SeriesToColumnsOptions interface Signature ```typescript export interface SeriesToColumnsOptions ``` Import ```typescript import { SeriesToColumnsOptions } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [byField](#byfield-property) | string | | ### byField property Signature ```typescript byField?: string; ```