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]

Closes: #79006
  • Loading branch information
alexwizp committed Sep 30, 2020
1 parent 9c3d264 commit 8b7b2a3
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 8b7b2a3

Please sign in to comment.