mirror of https://github.com/grafana/grafana.git
1.0 KiB
1.0 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "ScaledValue" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
ScaledValue interface
Signature
export interface ScaledValue
Import
import { ScaledValue } from '@grafana/data';
Properties
| Property | Type | Description |
|---|---|---|
| color | string |
|
| percent | number |
|
| threshold | Threshold |
color property
Signature
color?: string;
percent property
Signature
percent?: number;
threshold property
Signature
threshold?: Threshold;