We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcdf25 commit 8044f86Copy full SHA for 8044f86
1 file changed
src/plugins/vis_type_timeseries/common/vis_schema.ts
@@ -120,7 +120,7 @@ export const metricsItems = schema.object({
120
type: stringRequired,
121
value: stringOptionalNullable,
122
values: schema.maybe(schema.nullable(schema.arrayOf(schema.nullable(schema.string())))),
123
- size: stringOptionalNullable,
+ size: stringOrNumberOptionalNullable,
124
agg_with: stringOptionalNullable,
125
order: stringOptionalNullable,
126
order_by: stringOptionalNullable,
0 commit comments