[v10.4.x] Docs: Remove duplicate row (chore) (#90765)

Co-authored-by: Nikolaos Pothitos <pothitos@di.uoa.gr>
release-10.4.6
grafana-delivery-bot[bot] 11 months ago committed by GitHub
parent 2c780cef83
commit a71d083205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docs/sources/panels-visualizations/configure-data-links/index.md

@ -215,7 +215,6 @@ To access values and labels from other fields use:
| --------------------------------- | ------------------------------------------ |
| `__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[1].labels.cluster` | Access labels of another field |
### Template variables

Loading…
Cancel
Save