Hello
In the problem statement it was mentioned below
Each anomaly plotted as a time series line chart
What does it mean by plotting anomaly ? anomaly is a boolean value. How can we plot boolean against time ?
RegardsKalyan
As I understand, we use "Anomaly_count" variable to plot, we can't plot using boolean variable.
That is part of first question int he problem statement. The one am asking is the second one.
yes, for 2nd question.
First, I am a little bit confused like you about this question.
you can use "anomaly_count" for y-axis, timestamp for x-axis, use "line" chart to try
Below are two mentioned
Cumulative count of the number of anomalies as a counterEach anomaly plotted as a time series line chart
I was expecting your answer for first one. In that case what is to be done for first one. what curve needs to be selected.
Use count on Y-axis for both charts and select line chart. For second chart, use Cumulative Aggregation timestamp field in second widget as X-axis for time series.