[v10.4.x] Docs: add panel options shared content (#89749)

This commit is contained in:
Isabel Matwawana
2024-06-26 10:33:40 -04:00
committed by GitHub
parent 38763f2378
commit 7c66cceb96
26 changed files with 110 additions and 1 deletions
@@ -140,3 +140,7 @@ Optional fields:
| icon | string | Name of the icon to show inside the node instead of the default stats. Only Grafana built in icons are allowed (see the available icons [here](https://developers.grafana.com/ui/latest/index.html?path=/story/docs-overview-icon--icons-overview)). |
| nodeRadius | number | Radius value in pixels. Used to manage node size. |
| highlighted | boolean | Sets whether the node should be highlighted. Useful for example to represent a specific path in the graph by highlighting several nodes and edges. Default: `false` |
## Panel options
{{< docs/shared lookup="visualizations/panel-options.md" source="grafana" version="<GRAFANA_VERSION>" >}}