Skip to content

Commit

Permalink
Remove autoAddCountOnSort from config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhoonkim committed May 18, 2017
1 parent de3cf19 commit f47c927
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 439 deletions.
2 changes: 0 additions & 2 deletions src/config.ts
Expand Up @@ -26,7 +26,6 @@ export interface QueryConfig {
* plots that contain neither unbinned quantitative field nor temporal field without time unit.
*/
autoAddCount?: boolean;
autoAddCountOnSort?: boolean;

// CONSTRAINTS
constraintManuallySpecifiedValue?: boolean;
Expand Down Expand Up @@ -89,7 +88,6 @@ export const DEFAULT_QUERY_CONFIG: QueryConfig = {
constraintManuallySpecifiedValue: false,
// Spec Constraints -- See description inside src/constraints/spec.ts
autoAddCount: false,
autoAddCountOnSort: false,

hasAppropriateGraphicTypeForMark: true,
omitAggregate: false,
Expand Down

0 comments on commit f47c927

Please sign in to comment.