Docs: remove disable scaling units entry (#81917)

* Removed disable scaling units entry

* Removed QoL section
This commit is contained in:
Isabel 2024-02-06 07:24:10 -05:00 committed by GitHub
parent 2a114c1c37
commit fa30293987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,26 +163,16 @@ You can now view percent change in stat visualizations. This makes it easier to
[Documentation](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/panels-visualizations/visualizations/stat/#show-percent-change)
### Data visualization quality of life improvements
#### Apply data transformations to annotations
<!--Nathan Marrs-->
_Generally available in all editions of Grafana_
Weve made a few smaller improvements to the data visualization experience in Grafana.
#### Apply data transformations to annotations
You can now apply data transformations to annotation data. For example, you can now configure how exemplar data is displayed in tooltips.
{{< video-embed src="/media/docs/grafana/screen-recording-10-3-data-transformations-annotation-support.mp4" caption="Configure how exemplar data appears in tooltip" >}}
#### Disable auto scaling units
By default, Grafana automatically scales the unit based on the magnitude of the value. For example, if you have a value of 0.14 kW, Grafana will display it as 140 W. You can now disable unit auto scaling. This is helpful in cases where you want to ensure that the same unit is shown in your visualization regardless of the magnitude of the data. See [the standard options documentation](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/panels-visualizations/configure-standard-options/#scale-units) for more information.
{{< video-embed src="/media/docs/grafana/screen-recording-10-3-disable-unit-auto-scaling.mp4" caption="Disable auto scaling units" >}}
### New Transformations UI experience and documentation upgrades
<!--Jev Forsberg-->