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 authored and fkaleo committed Apr 17, 2020
1 parent d761cc1 commit eb475e1
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 @@ -63,7 +63,7 @@ func init() {
"averageBelow": {NewFilterSeriesConstructor("average", "<="), true},
"averageSeries": {NewAggregateConstructor("average", crossSeriesAvg), 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 eb475e1

Please sign in to comment.