fix: set Rich tooltip -> 'Show percentage' to false by default (#32212)

(cherry picked from commit d3b854a833)
This commit is contained in:
Maxime Beauchemin
2025-02-11 10:58:49 -08:00
committed by Michael S. Molina
parent 8ba36abc87
commit 699d22c5fe

View File

@@ -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) &&