grafana / grafonnet-lib

Jsonnet library for generating Grafana dashboard files.
https://grafana.github.io/grafonnet-lib/
Apache License 2.0
1.08k stars 217 forks source link

Add color scheme support for statPanels for Grafana 7 #313

Closed mathieu-carlier closed 3 years ago

mathieu-carlier commented 3 years ago

Add a parameter to change the scheme color on the field section for stat panels

https://grafana.com/docs/grafana/latest/panels/field-options/standard-field-options/#color-scheme

@param colorScheme (optional) `'fixed'` (or color name e.g. `'yellow'`), `'threshold'`, `'classic-palette'`, `'continuous-GrYlRd'`, `'continuous-RdYlGr'` or `'continuous-BlYlRd'`