mirror of https://github.com/grafana/grafana.git
888 B
888 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "convertOldAngularValueMapping" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
convertOldAngularValueMapping() function
convertOldAngularValueMapping() function
Convert the angular single stat mapping to new react style
Signature
export declare function convertOldAngularValueMapping(panel: any): ValueMapping[];
Import
import { convertOldAngularValueMapping } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
panel | any |
Returns:
ValueMapping[]