mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
[Explore] Enable Rich tooltip by default (#5215)
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user