mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Barchart docs and styling fix (#41362)
* Barchart docs and styling fix * Fix name of max length * rename valueRotation -> xTickLabelRotation also limits slider padding on sliders without marks
This commit is contained in:
@@ -42,6 +42,14 @@ Use these options to refine your visualization.
|
||||
- **Horizontal** - Will make the X axis the category axis.
|
||||
- **Vertical** - Will make the Y axis the category axis.
|
||||
|
||||
### Rotate bar labels
|
||||
|
||||
When the graph is in vertical orientation you can use this setting to rotate the labels under the bars. Useful if the labels are long and overlap.
|
||||
|
||||
### Bar label max length
|
||||
|
||||
Sets the max length of the bar label. Labels longer than the max length will be truncated and `...` will be appended to the end.
|
||||
|
||||
### Show values
|
||||
|
||||
This controls whether values are shown on top or to the left of bars.
|
||||
|
||||
Reference in New Issue
Block a user