Skip to content

Commit

Permalink
allow any bucketed field type for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 6, 2023
1 parent 73d5b14 commit ed2619f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const getTagcloudVisualization = ({
]
: [],
supportsMoreColumns: !state.tagAccessor,
filterOperations: (op: OperationMetadata) => op.isBucketed && op.dataType === 'string',
filterOperations: (op: OperationMetadata) => op.isBucketed,
enableDimensionEditor: true,
required: true,
requiredMinDimensionCount: 1,
Expand Down

0 comments on commit ed2619f

Please sign in to comment.