grafana/docs/sources/packages_api/data/valueformatter.md

669 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "ValueFormatter" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

ValueFormatter type

ValueFormatter type

Signature

export declare type ValueFormatter = (value: number, decimals?: DecimalCount, scaledDecimals?: DecimalCount, timeZone?: TimeZone) => FormattedValue;

Import

import { ValueFormatter } from '@grafana/data';