Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@@ -24,16 +24,8 @@ import { SingleStatBaseOptions } from '@grafana/ui';
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [fieldOptions](#fieldoptions-property) | <code>FieldDisplayOptions</code> | |
|
||||
| [orientation](#orientation-property) | <code>VizOrientation</code> | |
|
||||
|
||||
### fieldOptions property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
fieldOptions: FieldDisplayOptions;
|
||||
```
|
||||
| [reduceOptions](#reduceoptions-property) | <code>ReduceDataOptions</code> | |
|
||||
|
||||
### orientation property
|
||||
|
||||
@@ -42,3 +34,11 @@ fieldOptions: FieldDisplayOptions;
|
||||
```typescript
|
||||
orientation: VizOrientation;
|
||||
```
|
||||
|
||||
### reduceOptions property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
reduceOptions: ReduceDataOptions;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user