mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:12:20 +08:00
24 lines
638 B
Markdown
24 lines
638 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "getValueFromDimension"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## getValueFromDimension variable
|
|
|
|
### getValueFromDimension variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
getValueFromDimension: (dimension: Dimension, column: number, row: number) => any
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getValueFromDimension } from '@grafana/data';
|
|
```
|