Skip to content

Commit 0b7380a

Browse files
author
GitHub Actions Bot
committed
style: auto-formatting [CI]
1 parent 3284153 commit 0b7380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export function stack(m: Mark | MarkDef, encoding: Encoding<string>): StackPrope
182182
// TBD: we should only enter this branch if there's also a "color" and maybe a group channel?
183183
const isPolar = isPolarPositionChannel(fieldChannel) || isPolarPositionChannel(dimensionChannel);
184184

185-
if (!hasSameDimensionAndStackedField && (isPolar ? (dimensionChannel === fieldChannel || encoding['color']) : true)) {
185+
if (!hasSameDimensionAndStackedField && (isPolar ? dimensionChannel === fieldChannel || encoding['color'] : true)) {
186186
// avoid grouping by the stacked field
187187
// TKTK: find out why
188188
groupbyChannels.push(dimensionChannel);

0 commit comments

Comments
 (0)