Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Change totals tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Apr 1, 2021
1 parent a41e4a8 commit 023793e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/plugin-chart-table/src/controlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ const config: ControlPanelConfig = {
type: 'CheckboxControl',
label: t('Show totals'),
default: true,
description: t('Show total aggregations of selected metrics'),
description: t(
'Show total aggregations of selected metrics. Note that row limit does not apply to the result.',
),
visibility: isAggMode,
},
},
Expand Down

0 comments on commit 023793e

Please sign in to comment.