mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: set Rich tooltip -> 'Show percentage' to false by default (#32212)
This commit is contained in:
committed by
GitHub
parent
650fa5ccfb
commit
d3b854a833
@@ -230,7 +230,7 @@ const tooltipPercentageControl: ControlSetItem = {
|
||||
type: 'CheckboxControl',
|
||||
label: t('Show percentage'),
|
||||
renderTrigger: true,
|
||||
default: true,
|
||||
default: false,
|
||||
description: t('Whether to display the percentage value in the tooltip'),
|
||||
visibility: ({ controls, form_data }: ControlPanelsContainerProps) =>
|
||||
Boolean(controls?.rich_tooltip?.value) &&
|
||||
|
||||
Reference in New Issue
Block a user