Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 65E88200D4F for ; Wed, 22 Nov 2017 07:08:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 646D1160C0E; Wed, 22 Nov 2017 06:08:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB54B160BFC for ; Wed, 22 Nov 2017 07:08:20 +0100 (CET) Received: (qmail 15818 invoked by uid 500); 22 Nov 2017 06:08:19 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 15809 invoked by uid 99); 22 Nov 2017 06:08:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2017 06:08:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E4A078068D; Wed, 22 Nov 2017 06:08:18 +0000 (UTC) Date: Wed, 22 Nov 2017 06:08:18 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Moved percent metrics to its own row (#3924) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151133089857.30737.6832828773150030280@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 680e1cbb42b62b2bd2aac2968f9d03547fd0b060 X-Git-Newrev: ed850322776ed0dd1c6fb153c99587d2e647c231 X-Git-Rev: ed850322776ed0dd1c6fb153c99587d2e647c231 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 22 Nov 2017 06:08:21 -0000 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 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 ['"commits@superset.apache.org" '].