From commits-return-1236-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Mon Jul 23 20:54:17 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BCE62180647 for ; Mon, 23 Jul 2018 20:54:16 +0200 (CEST) Received: (qmail 44441 invoked by uid 500); 23 Jul 2018 18:54:15 -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 44432 invoked by uid 99); 23 Jul 2018 18:54:15 -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; Mon, 23 Jul 2018 18:54:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3FB7E81E24; Mon, 23 Jul 2018 18:54:15 +0000 (UTC) Date: Mon, 23 Jul 2018 18:54:15 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Add row_limit control to line chart (#5426) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153237205506.4175.5235696373227752400@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: a165aec822e5014a99b6467ed6d3d87184e13bc4 X-Git-Newrev: a11e47f694c804a863edbefb963d60be5579bd26 X-Git-Rev: a11e47f694c804a863edbefb963d60be5579bd26 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 a11e47f Add row_limit control to line chart (#5426) a11e47f is described below commit a11e47f694c804a863edbefb963d60be5579bd26 Author: Maxime Beauchemin AuthorDate: Mon Jul 23 11:54:12 2018 -0700 Add row_limit control to line chart (#5426) Somehow it's not possible to set the row_limit for a line chart, resulting to a 10k cap in our environment. In some cases the user may want more than that. --- superset/assets/src/explore/visTypes.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/src/explore/visTypes.jsx b/superset/assets/src/explore/visTypes.jsx index 7514c88..6dd307e 100644 --- a/superset/assets/src/explore/visTypes.jsx +++ b/superset/assets/src/explore/visTypes.jsx @@ -58,6 +58,7 @@ export const sections = { ['groupby'], ['limit', 'timeseries_limit_metric'], ['order_desc', 'contribution'], + ['row_limit', null], ], }, {