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

594 B

+++

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

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

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

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

ScaleCalculator type

ScaleCalculator type

Signature

export declare type ScaleCalculator = (value: number) => ScaledValue;

Import

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