From ed850322776ed0dd1c6fb153c99587d2e647c231 Mon Sep 17 00:00:00 2001 From: Jeff Niu Date: Tue, 21 Nov 2017 22:08:15 -0800 Subject: [PATCH] Moved percent metrics to its own row (#3924) --- superset/assets/javascripts/explore/stores/visTypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index ef3100375b89c..15aa82eaf2546 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -486,7 +486,8 @@ export const visTypes = { description: t('Use this section if you want a query that aggregates'), controlSetRows: [ ['groupby'], - ['metrics', 'percent_metrics'], + ['metrics'], + ['percent_metrics'], ['include_time'], ['timeseries_limit_metric', 'order_desc'], ],