mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: rename drop missing columns to show empty columns (#20602)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user