Skip to content

Commit

Permalink
[TSVB] Request validation error: [panels.0.series.0.metrics.0.percent…
Browse files Browse the repository at this point in the history
…iles.1.value] (#79009)

Closes: #79006
  • Loading branch information
alexwizp authored Oct 1, 2020
1 parent ad134b2 commit 4bd0d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_timeseries/common/vis_schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const metricsItems = schema.object({
field: stringOptionalNullable,
mode: schema.oneOf([schema.literal('line'), schema.literal('band')]),
shade: schema.oneOf([numberOptional, stringOptionalNullable]),
value: schema.oneOf([numberOptional, stringOptionalNullable]),
value: schema.maybe(schema.oneOf([numberOptional, stringOptionalNullable])),
percentile: stringOptionalNullable,
})
)
Expand Down

0 comments on commit 4bd0d3b

Please sign in to comment.