Docs: updated packages reference docs for 7.1.0-beta1. (#25958)
This commit is contained in:
@@ -26,6 +26,7 @@ import { ReduceDataOptions } from '@grafana/data';
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [calcs](#calcs-property) | <code>string[]</code> | When !values, pick one value for the whole field |
|
||||
| [fields](#fields-property) | <code>string</code> | Which fields to show. By default this is only numeric fields |
|
||||
| [limit](#limit-property) | <code>number</code> | if showing all values limit |
|
||||
| [values](#values-property) | <code>boolean</code> | |
|
||||
|
||||
@@ -39,6 +40,16 @@ When !values, pick one value for the whole field
|
||||
calcs: string[];
|
||||
```
|
||||
|
||||
### fields property
|
||||
|
||||
Which fields to show. By default this is only numeric fields
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
fields?: string;
|
||||
```
|
||||
|
||||
### limit property
|
||||
|
||||
if showing all values limit
|
||||
|
||||
Reference in New Issue
Block a user