Skip to content

Commit

Permalink
[TSVB] replace number with boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed May 5, 2021
1 parent 488576e commit 5f7e362
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 @@ -215,7 +215,7 @@ export const panel = schema.object({
background_color_rules: schema.maybe(schema.arrayOf(backgroundColorRulesItems)),
drilldown_url: stringOptional,
drop_last_bucket: numberIntegerOptional,
ignore_daylight_time: numberIntegerOptional,
ignore_daylight_time: schema.boolean(),
filter: schema.maybe(queryObject),
gauge_color_rules: schema.maybe(schema.arrayOf(gaugeColorRulesItems)),
gauge_width: schema.nullable(schema.oneOf([stringOptionalNullable, numberOptional])),
Expand Down

0 comments on commit 5f7e362

Please sign in to comment.