Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit f7f84f7

Browse files
author
Florian Lautenschlager
committed
Updated project to latest versions.
1 parent 1ce46c5 commit f7f84f7

File tree

1 file changed

+2
-2
lines changed
  • chronix-timeseries-exploration/src/main/java/de/qaware/chronix/examples/exploration/ui

1 file changed

+2
-2
lines changed

chronix-timeseries-exploration/src/main/java/de/qaware/chronix/examples/exploration/ui/MainController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected Void call() throws Exception {
156156
if (hasFilterQueries) {
157157
query.addFilterQuery(fq);
158158

159-
if (fq.contains("analysis=")) {
159+
if (fq.contains("function=")) {
160160
query.addField("+data");
161161
}
162162
}
@@ -169,7 +169,7 @@ protected Void call() throws Exception {
169169
result.forEach(ts -> {
170170

171171
if (hasFilterQueries) {
172-
convertAggregationOrAnalysisTs(ts, fq.contains("analysis="));
172+
convertAggregationOrAnalysisTs(ts, fq.contains("function="));
173173
} else {
174174
convertTsToSeries(ts);
175175
}

0 commit comments

Comments
 (0)