DeepFriedYeti commented on code in PR #40954:
URL: https://github.com/apache/superset/pull/40954#discussion_r3816258992


##########
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/types.ts:
##########
@@ -64,6 +64,14 @@ export type EchartsTimeseriesFormData = QueryFormData & {
   forecastSeasonalityDaily: null;
   forecastSeasonalityWeekly: null;
   forecastSeasonalityYearly: null;
+  anomalyDetectionEnabled: boolean;
+  anomalyDetectionMethod: string;
+  anomalyDetectionRollingWindow: number;
+  anomalyDetectionSensitivity: number;
+  anomalyDetectionConfidenceInterval: number;
+  anomalyDetectionSeasonalityYearly: null | boolean | number;
+  anomalyDetectionSeasonalityWeekly: null | boolean | number;
+  anomalyDetectionSeasonalityDaily: null | boolean | number;

Review Comment:
   currently choosing to ignore changes to forecasting implementation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to