mirror of https://github.com/grafana/grafana.git
781 B
781 B
+++
-----------------------------------------------------------------------
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
export declare function toFixed(value: number, decimals?: DecimalCount): string;
Import
import { toFixed } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
value | number |
|
decimals | DecimalCount |
Returns:
string