Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
disable constantLine for now.
Browse files Browse the repository at this point in the history
workaround for #1781
  • Loading branch information
Dieterbe committed Apr 16, 2020
1 parent 3ae28ab commit e1c3d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expr/funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func init() {
"averageBelow": {NewFilterSeriesConstructor("average", "<="), true},
"averageSeries": {NewAggregateConstructor("average"), true},
"consolidateBy": {NewConsolidateBy, true},
"constantLine": {NewConstantLine, true},
"constantLine": {NewConstantLine, false},
"countSeries": {NewCountSeries, true},
"cumulative": {NewConsolidateByConstructor("sum"), true},
"currentAbove": {NewFilterSeriesConstructor("last", ">"), true},
Expand Down

0 comments on commit e1c3d2a

Please sign in to comment.