mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Time series panel, bar alignment docs (#30780)
* Docs: Time series panel, bar alignment docs * Update graph-time-series-as-bars.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
parent
3a343aa547
commit
52129e24eb
@ -27,6 +27,34 @@ For more information about applying these options, refer to:
|
||||
|
||||
Some field options will not affect the visualization until you click outside of the field option box you are editing or press Enter.
|
||||
|
||||
### Bar alignment
|
||||
|
||||
Set the position of the bar relative to a data point. In the examples below, **Show points** is set to **Always** to make it easier to see the difference this setting makes. The points do not change; the bars change in relationship to the points.
|
||||
|
||||
#### Before
|
||||
|
||||

|
||||
|
||||
The bar is drawn before the point. The point is placed on the trailing corner of the bar.
|
||||
|
||||

|
||||
|
||||
#### Center
|
||||
|
||||

|
||||
|
||||
The bar is drawn around the point. The point is placed in the center of the bar. This is the default.
|
||||
|
||||

|
||||
|
||||
#### After
|
||||
|
||||

|
||||
|
||||
The bar is drawn after the point. The point is placed on the leading corner of the bar.
|
||||
|
||||

|
||||
|
||||
### Line width
|
||||
|
||||
Set the thickness of the lines bar outlines, from 0 to 10 pixels. **Fill opacity** is set to 10 in the examples below.
|
||||
|
Loading…
Reference in New Issue
Block a user