This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new ed85032 Moved percent metrics to its own row (#3924)
ed85032 is described below
commit ed850322776ed0dd1c6fb153c99587d2e647c231
Author: Jeff Niu <[email protected]>
AuthorDate: Tue Nov 21 22:08:15 2017 -0800
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 ef31003..15aa82e 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'],
],
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].