+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "toFixedUnit"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## toFixedUnit() function
### toFixedUnit() function
Signature
```typescript
export declare function toFixedUnit(unit: string, asPrefix?: boolean): ValueFormatter;
```
Import
```typescript
import { toFixedUnit } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| unit | string
| |
| asPrefix | boolean
| |
Returns:
`ValueFormatter`