grafana/docs/sources/packages_api/data/reducedataoptions.md
Marcus Andersson a2d741f60f
Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
2020-04-21 10:41:50 +02:00

1.3 KiB

+++

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

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

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

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

ReduceDataOptions interface

Options for how to turn DataFrames into an array of display values

Signature

export interface ReduceDataOptions 

Import

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

Properties

Property Type Description
calcs string[] When !values, pick one value for the whole field
limit number if showing all values limit
values boolean

calcs property

When !values, pick one value for the whole field

Signature

calcs: string[];

limit property

if showing all values limit

Signature

limit?: number;

values property

Signature

values?: boolean;