chore: rename drop missing columns to show empty columns (#20602)

This commit is contained in:
Yongjie Zhao
2022-07-05 16:09:16 +08:00
committed by GitHub
parent 309327dcbd
commit 59491f5396
7 changed files with 12 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ const formDataMixedChart = {
order_desc: true,
emit_filter: true,
truncate_metric: true,
show_empty_columns: true,
// -- query b
groupby_b: [],
metrics_b: ['count'],
@@ -64,6 +65,7 @@ const formDataMixedChart = {
order_desc_b: false,
emit_filter_b: undefined,
truncate_metric_b: true,
show_empty_columns_b: true,
// chart configs
show_value: false,
show_valueB: undefined,