mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 03:42:08 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
98 lines
2.0 KiB
Markdown
98 lines
2.0 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "GetFieldDisplayValuesOptions"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## GetFieldDisplayValuesOptions interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface GetFieldDisplayValuesOptions
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { GetFieldDisplayValuesOptions } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [autoMinMax](#autominmax-property) | <code>boolean</code> | |
|
|
| [data](#data-property) | <code>DataFrame[]</code> | |
|
|
| [fieldConfig](#fieldconfig-property) | <code>FieldConfigSource</code> | |
|
|
| [reduceOptions](#reduceoptions-property) | <code>ReduceDataOptions</code> | |
|
|
| [replaceVariables](#replacevariables-property) | <code>InterpolateFunction</code> | |
|
|
| [sparkline](#sparkline-property) | <code>boolean</code> | |
|
|
| [theme](#theme-property) | <code>GrafanaTheme</code> | |
|
|
| [timeZone](#timezone-property) | <code>TimeZone</code> | |
|
|
|
|
### autoMinMax property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
autoMinMax?: boolean;
|
|
```
|
|
|
|
### data property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
data?: DataFrame[];
|
|
```
|
|
|
|
### fieldConfig property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
fieldConfig: FieldConfigSource;
|
|
```
|
|
|
|
### reduceOptions property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
reduceOptions: ReduceDataOptions;
|
|
```
|
|
|
|
### replaceVariables property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
replaceVariables: InterpolateFunction;
|
|
```
|
|
|
|
### sparkline property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
sparkline?: boolean;
|
|
```
|
|
|
|
### theme property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
theme: GrafanaTheme;
|
|
```
|
|
|
|
### timeZone property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
timeZone?: TimeZone;
|
|
```
|