mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.0 KiB
1.0 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "toFixedScaled" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
toFixedScaled() function
toFixedScaled() function
Signature
export declare function toFixedScaled(value: number, decimals: DecimalCount, scaledDecimals: DecimalCount, additionalDecimals: number, ext?: string): FormattedValue;
Import
import { toFixedScaled } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
value | number |
|
decimals | DecimalCount |
|
scaledDecimals | DecimalCount |
|
additionalDecimals | number |
|
ext | string |
Returns:
FormattedValue