Skip to content

Commit

Permalink
fix: set Rich tooltip -> 'Show percentage' to false by default (#32212
Browse files Browse the repository at this point in the history
)

(cherry picked from commit d3b854a)
  • Loading branch information
mistercrunch authored and michael-s-molina committed Feb 12, 2025
1 parent 8ba36ab commit 699d22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) &&
Expand Down

0 comments on commit 699d22c

Please sign in to comment.