mirror of https://github.com/grafana/grafana.git
805 B
805 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "toFixedUnit" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
toFixedUnit() function
toFixedUnit() function
Signature
export declare function toFixedUnit(unit: string, asPrefix?: boolean): ValueFormatter;
Import
import { toFixedUnit } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
unit | string |
|
asPrefix | boolean |
Returns:
ValueFormatter