Skip to content

Commit a373f5c

Browse files
yhoonkimkanitw
authored andcommitted
Remove autoAddCountOnSort from config.
1 parent aedc1d2 commit a373f5c

File tree

6 files changed

+28
-439
lines changed

6 files changed

+28
-439
lines changed

src/config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export interface QueryConfig {
2626
* plots that contain neither unbinned quantitative field nor temporal field without time unit.
2727
*/
2828
autoAddCount?: boolean;
29-
autoAddCountOnSort?: boolean;
3029

3130
// CONSTRAINTS
3231
constraintManuallySpecifiedValue?: boolean;
@@ -89,7 +88,6 @@ export const DEFAULT_QUERY_CONFIG: QueryConfig = {
8988
constraintManuallySpecifiedValue: false,
9089
// Spec Constraints -- See description inside src/constraints/spec.ts
9190
autoAddCount: false,
92-
autoAddCountOnSort: false,
9391

9492
hasAppropriateGraphicTypeForMark: true,
9593
omitAggregate: false,

0 commit comments

Comments
 (0)