getValueFormat() function

getValueFormat() function

Signature

  1. export declare function getValueFormat(id?: string | null): ValueFormatter;

Import

  1. import { getValueFormat } from '@grafana/data';

Parameters

ParameterTypeDescription
idstring | null

Returns:

ValueFormatter