mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: update visualization naming conventions (#74770)
* Fixed naming conventions for several visualizations * Fixed naming conventions * Fixed a missed refernce * Apply suggestions from code review Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> * Fixed prettier linting error --------- Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
This commit is contained in:
@@ -21,13 +21,13 @@ weight: 100
|
||||
|
||||
# Histogram
|
||||
|
||||
The histogram visualization calculates the distribution of values and presents them as a bar chart. The Y-axis and the height of each bar represent the count of values that fall into each bracket while the X-axis represents the value range.
|
||||
Histograms calculate the distribution of values and present them as a bar chart. The Y-axis and the height of each bar represent the count of values that fall into each bracket while the X-axis represents the value range.
|
||||
|
||||
{{< figure src="/static/img/docs/histogram-panel/histogram-example-v8-0.png" max-width="625px" caption="Bar chart example" >}}
|
||||
|
||||
## Supported data formats
|
||||
|
||||
Histogram visualization supports time series and any table results with one or more numerical fields.
|
||||
Histograms support time series and any table results with one or more numerical fields.
|
||||
|
||||
## Display options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user