mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Initial bar chart docs (#35155)
* Docs: Initial bar chart docs * minor tweak * Another minor tweak * Updated what's new * Updated list formatting * Update bar-chart.md * Update bar-chart.md * Review feedback updates Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,13 @@ The Prometheus metrics browser allows you to quickly find metrics and select rel
|
||||
|
||||
### Bar chart visualization (beta)
|
||||
|
||||
The Bar chart panel is a new visualization that allows categorical data display.
|
||||
The Bar chart panel is a new visualization that supports categorical data. It only supports one data frame and it needs to have at least one string field that will be used as the category for an X or Y axis and one or more numerical fields.
|
||||
|
||||
{{< figure src="/static/img/docs/bar-chart-panel/bar-chart-example-v8-0.png" max-width="1025px" caption="Bar chart example" >}}
|
||||
|
||||
To use it with time series you first have to add a **Reduce** transform.
|
||||
|
||||
For more information, refer to [Bar chart visualization]({{< relref "../panels/visualizations/bar-chart.md" >}}).
|
||||
|
||||
### State timeline visualization (beta)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user