Skip to content

Commit

Permalink
Feature/cldn 1469 (#158)
Browse files Browse the repository at this point in the history
* Reorder chart controls

* Update emit dashboard cross filters tooltip
  • Loading branch information
reesercollins authored Jun 30, 2022
1 parent cc9d5b1 commit 7298815
Showing 1 changed file with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,14 @@ const config: ControlPanelConfig = {
} as typeof sharedControls.groupby,
},
],
[
{
name: 'adhoc_filters',
override: {
// validators: [adhocFilterValidator],
},
},
],
[
{
name: 'order_by_cols',
Expand All @@ -381,14 +389,6 @@ const config: ControlPanelConfig = {
},
},
],
[
{
name: 'adhoc_filters',
override: {
// validators: [adhocFilterValidator],
},
},
],
[
{
name: 'timeseries_limit_metric',
Expand Down Expand Up @@ -426,9 +426,7 @@ const config: ControlPanelConfig = {
label: t('Emit dashboard cross filters'),
default: false,
renderTrigger: true,
description: t(
'Whether to apply filter to dashboards when grid cells are clicked.',
),
description: t('Emit dashboard cross filters.'),
},
}
: null,
Expand Down

0 comments on commit 7298815

Please sign in to comment.