mirror of https://github.com/grafana/grafana.git
44 lines
942 B
Markdown
44 lines
942 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "DecimalInfo"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## DecimalInfo interface
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface DecimalInfo
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { DecimalInfo } from '@grafana/data';
|
||
|
```
|
||
|
<b>Properties</b>
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [decimals](#decimals-property) | <code>DecimalCount</code> | |
|
||
|
| [scaledDecimals](#scaleddecimals-property) | <code>DecimalCount</code> | |
|
||
|
|
||
|
### decimals property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
decimals: DecimalCount;
|
||
|
```
|
||
|
|
||
|
### scaledDecimals property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
scaledDecimals: DecimalCount;
|
||
|
```
|