Skip to content

Commit

Permalink
feat(plugin-chart-table): disable show_totals by default (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 26, 2021
1 parent 3a1aee7 commit 08a0d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const config: ControlPanelConfig = {
config: {
type: 'CheckboxControl',
label: t('Show totals'),
default: true,
default: false,
description: t(
'Show total aggregations of selected metrics. Note that row limit does not apply to the result.',
),
Expand Down

0 comments on commit 08a0d0a

Please sign in to comment.