[Explore] Enable Rich tooltip by default (#5215)

This commit is contained in:
Grace Guo 2018-06-18 10:45:31 -07:00 committed by GitHub
parent c670621012
commit 0509d7aefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
},