mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ML] Fixing model bounds in new job wizard (#122562)
This commit is contained in:
parent
4193c26069
commit
c3bf4e05df
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue