diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx b/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx index db7daa02b6756..5c52bb1762c31 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx +++ b/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx @@ -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) &&