You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/06/18 17:45:35 UTC

[incubator-superset] branch master updated: [Explore] Enable Rich tooltip by default (#5215)

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

graceguo 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 0509d7a  [Explore] Enable Rich tooltip by default (#5215)
0509d7a is described below

commit 0509d7aefd71ee21b417c315c8f29cb51bb6b48c
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Mon Jun 18 10:45:31 2018 -0700

    [Explore] Enable Rich tooltip by default (#5215)
---
 superset/assets/src/explore/controls.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/explore/controls.jsx b/superset/assets/src/explore/controls.jsx
index d5ee702..b2382c1 100644
--- a/superset/assets/src/explore/controls.jsx
+++ b/superset/assets/src/explore/controls.jsx
@@ -1510,7 +1510,7 @@ export const controls = {
     type: 'CheckboxControl',
     label: t('Rich Tooltip'),
     renderTrigger: true,
-    default: false,
+    default: true,
     description: t('The rich tooltip shows a list of all series for that ' +
     'point in time'),
   },

-- 
To stop receiving notification emails like this one, please contact
graceguo@apache.org.