mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Remove duplicate row (chore) (#90710)
This commit is contained in:
committed by
GitHub
parent
863f9a5e88
commit
5f367f05dc
@@ -219,7 +219,6 @@ To access values and labels from other fields use:
|
|||||||
| --------------------------------- | ------------------------------------------ |
|
| --------------------------------- | ------------------------------------------ |
|
||||||
| `__data.fields[i]` | Value of field `i` (on the same row) |
|
| `__data.fields[i]` | Value of field `i` (on the same row) |
|
||||||
| `__data.fields["NameOfField"]` | Value of field using name instead of index |
|
| `__data.fields["NameOfField"]` | Value of field using name instead of index |
|
||||||
| `__data.fields["NameOfField"]` | Value of field using name instead of index |
|
|
||||||
| `__data.fields[1].labels.cluster` | Access labels of another field |
|
| `__data.fields[1].labels.cluster` | Access labels of another field |
|
||||||
|
|
||||||
### Template variables
|
### Template variables
|
||||||
|
|||||||
Reference in New Issue
Block a user