weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.87k stars 311 forks source link

Add 'auto' to the list of accepted orientations for BarGauge. #635

Closed alan-christopher closed 8 months ago

alan-christopher commented 1 year ago

What does this do?

Extends the list of accepted orientations in BarGauge to include auto: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-gauge/#orientation

Why is it a good idea?

This allows grafanalib's range to cover a more complete set of valid grafana configurations.

Context

https://github.com/weaveworks/grafanalib/issues/634

Questions