mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit c3bf4e05df
)
Co-authored-by: James Gowdy <jgowdy@elastic.co>
This commit is contained in:
parent
7e05ec7ffe
commit
dc71bad61f
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