Skip to content

Commit

Permalink
[Explore] Enable Rich tooltip by default (#5215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Jun 18, 2018
1 parent c670621 commit 0509d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down

0 comments on commit 0509d7a

Please sign in to comment.