This is an automated email from the ASF dual-hosted git repository.

johnbodley 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 8c822f1  Adding 364 days to time compare option (#5521)
8c822f1 is described below

commit 8c822f1e9b566247ec94c368b45e36e7d767e90e
Author: michellethomas <michelle.q.tho...@gmail.com>
AuthorDate: Tue Jul 31 14:49:13 2018 -0700

    Adding 364 days to time compare option (#5521)
---
 superset/assets/src/explore/controls.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/src/explore/controls.jsx 
b/superset/assets/src/explore/controls.jsx
index 9528332..42678fb 100644
--- a/superset/assets/src/explore/controls.jsx
+++ b/superset/assets/src/explore/controls.jsx
@@ -1561,6 +1561,7 @@ export const controls = {
       '1 week',
       '28 days',
       '30 days',
+      '52 weeks',
       '1 year',
     ]),
     description: t('Overlay one or more timeseries from a ' +

Reply via email to