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