Canvas: Add datalink support to rectangle and ellipse elements (#83870)

This commit is contained in:
Nathan Marrs
2024-03-05 15:25:12 -08:00
committed by GitHub
parent 38a0eab137
commit 5c27d28ba4
3 changed files with 7 additions and 1 deletions
@@ -127,7 +127,7 @@ The inline editing toggle lets you lock or unlock the canvas. When turned off th
### Data links
Canvases support [data links](https://grafana.com/docs/grafana/latest/panels-visualizations/configure-data-links/). You can create a data link for a metric-value element and display it for all elements that use the field name by following these steps:
Canvases support [data links](https://grafana.com/docs/grafana/latest/panels-visualizations/configure-data-links/), but only for metric-value, text, rectangle, and ellipse elements. You can add a data link by following these steps:
1. Set an element to be tied to a field value.
1. Turn off the inline editing toggle.