[ML] Fixing model bounds in new job wizard (#122562) (#122751)

(cherry picked from commit c3bf4e05df)

Co-authored-by: James Gowdy <jgowdy@elastic.co>
This commit is contained in:
Kibana Machine 2022-01-12 05:48:41 -05:00 committed by GitHub
parent 7e05ec7ffe
commit dc71bad61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ export const ModelBounds: FC<Props> = ({ modelData }) => {
yAccessors={['modelUpper']}
y0Accessors={['modelLower']}
data={model}
stackAccessors={['time']}
curve={CurveType.CURVE_MONOTONE_X}
areaSeriesStyle={areaSeriesStyle}
color={MODEL_COLOR}