-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(widget-builder): Support aggregates with no arguments in visuali…
…ze (#81967) Handles aggregates without any arguments by implementing the following behaviour: - If an aggregate with no parameters is selected (e.g. `count()` in transactions/errors) then the column is wiped clear and disabled - After that, if an aggregate _with_ a column is selected, set the column to the default value - If an aggregate is selected that allows for a column, and a column is already set, persist that column
- Loading branch information
1 parent
a4422b0
commit f750cb0
Showing
2 changed files
with
132 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters