Skip to content

Commit 8594367

Browse files
committed
fix format
1 parent e5f4a3b commit 8594367

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/showcases/cocoa/main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ function stage(chart, i) {
9393
channels: {
9494
y: { detach: i === firstStage ? [] : [prev2] },
9595
x: { attach: [act] },
96-
label: { detach: i === firstStage ? [] : [prev2], attach: i === firstStage ? [] : [prev] }
96+
label: {
97+
detach: i === firstStage ? [] : [prev2],
98+
attach: i === firstStage ? [] : [prev]
99+
}
97100
}
98101
}
99102
},

0 commit comments

Comments
 (0)