Skip to content

Commit

Permalink
[ML] Fixing model bounds in new job wizard (#122562)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Jan 12, 2022
1 parent 4193c26 commit c3bf4e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c3bf4e0

Please sign in to comment.