Skip to content

Commit

Permalink
fix: set Rich tooltip -> 'Show percentage' to false by default (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 11, 2025
1 parent 650fa5c commit d3b854a
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 d3b854a

Please sign in to comment.