Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jun 15, 2022
1 parent 123b473 commit 1d88892
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const formDataMixedChart = {
timeseries_limit_metric: 'count',
order_desc: true,
emit_filter: true,
truncate_metric: true,
// -- query b
groupby_b: [],
metrics_b: ['count'],
Expand All @@ -62,6 +63,7 @@ const formDataMixedChart = {
timeseries_limit_metric_b: undefined,
order_desc_b: false,
emit_filter_b: undefined,
truncate_metric_b: true,
// chart configs
show_value: false,
show_valueB: undefined,
Expand Down

0 comments on commit 1d88892

Please sign in to comment.