+++ # ----------------------------------------------------------------------- # 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 ```typescript export declare type ValueFormatter = (value: number, decimals?: DecimalCount, scaledDecimals?: DecimalCount, timeZone?: TimeZone) => FormattedValue; ``` Import ```typescript import { ValueFormatter } from '@grafana/data'; ```