[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

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