[v10.0.x] Docs: Add missing step to install plugin doc (#76939)

* Docs: Add missing step to install plugin doc (#76853)

Add missing step to install plugin doc

(cherry picked from commit 03bf6d6ed4)

* Fix codespell issues

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Rob Whelan <github@jtheory.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-10-23 10:55:22 +03:00
committed by GitHub
co-authored by Rob Whelan Jack Baldry
parent 913d99983f
commit 80a2f701bf
13 changed files with 19 additions and 17 deletions
@@ -20,7 +20,7 @@ The following table contains a list of calculations you can perform in Grafana.
| :----------------- | :-------------------------------------------------------- |
| All nulls | True when all values are null |
| All values | Array with all values |
| All unique values | Array with all unique alues |
| All unique values | Array with all unique values |
| All zeros | True when all values are 0 |
| Change count | Number of times the field's value changes |
| Count | Number of values in a field |
@@ -868,7 +868,7 @@ Output:
The extra labels can now be used in the field display name provide more complete field names.
If you want to extract config from one query and appply it to another you should use the config from query results transformation.
If you want to extract config from one query and apply it to another you should use the config from query results transformation.
#### Example