Files
grafana/docs/sources/packages_api/data/reducedataoptions.md
Marcus Andersson cc3fc18076 Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

1.2 KiB

+++

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

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

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

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

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;