I am using Time series in Visual Builder.
In Panel Option, the time interval is set to auto.
Time Filter is set to "Today" or "Last 15 minutes" in Kibana.
One line chart includes sum aggregation of a field (Eg. Money Count).
I want to overlay 90 days moving average on top of the line chart. So using another series, which includes sum again in parent aggregation and moving average. Here I want to set window for 90 days. Window option in moving average suggests it must be a number. So I think I must define days as the interval in Panel Option.
While I define 1d in interval in Panel Option, I am getting Fatal Error: Error: Uncaught TypeError: Cannot read property '0' of undefined
I do not get this error when I select Time Filter in Kibana more than 1 day.
Is there a way to get 90 days moving average when I am viewing Time series when Time Filter in Kibana is Last 15 minutes? Am I doing something wrong here?