We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a764783 commit b1d8125Copy full SHA for b1d8125
common-lib/common/panels/generic/timeSeries/threshold.libsonnet
@@ -18,7 +18,7 @@ local fieldConfig = g.panel.timeSeries.fieldConfig;
18
+ timeSeries.standardOptions.color.withMode('fixed')
19
+ timeSeries.standardOptions.color.withFixedColor('light-orange'),
20
stylizeByRegexp(regexp):
21
- timeSeries.standardOptions.withOverrides(
+ timeSeries.standardOptions.withOverridesMixin(
22
fieldOverride.byRegexp.new(regexp)
23
+ fieldOverride.byRegexp.withPropertiesFromOptions(this.stylize())
24
),
0 commit comments