We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f4a3b commit 8594367Copy full SHA for 8594367
docs/showcases/cocoa/main.js
@@ -93,7 +93,10 @@ function stage(chart, i) {
93
channels: {
94
y: { detach: i === firstStage ? [] : [prev2] },
95
x: { attach: [act] },
96
- label: { detach: i === firstStage ? [] : [prev2], attach: i === firstStage ? [] : [prev] }
+ label: {
97
+ detach: i === firstStage ? [] : [prev2],
98
+ attach: i === firstStage ? [] : [prev]
99
+ }
100
}
101
102
},
0 commit comments