From c3bf4e05df4bcdf5f979a3969e684b2b3735cb06 Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Wed, 12 Jan 2022 09:23:21 +0000 Subject: [PATCH] [ML] Fixing model bounds in new job wizard (#122562) --- .../pages/components/charts/anomaly_chart/model_bounds.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/charts/anomaly_chart/model_bounds.tsx b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/charts/anomaly_chart/model_bounds.tsx index fe07c6800c0e8..b1f7bd0a48225 100644 --- a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/charts/anomaly_chart/model_bounds.tsx +++ b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/charts/anomaly_chart/model_bounds.tsx @@ -41,7 +41,6 @@ export const ModelBounds: FC = ({ modelData }) => { yAccessors={['modelUpper']} y0Accessors={['modelLower']} data={model} - stackAccessors={['time']} curve={CurveType.CURVE_MONOTONE_X} areaSeriesStyle={areaSeriesStyle} color={MODEL_COLOR}