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 aa736c6 commit d8eed3eCopy full SHA for d8eed3e
docs/showcases/friends/main.js
@@ -182,20 +182,20 @@ function slide(seid, actFilter) {
182
config: {
183
channels: {
184
x: {
185
- attach: ['name'],
+ set: ['name'],
186
range: {
187
min: 0,
188
max: '102%'
189
}
190
},
191
y: {
192
- attach: ['Lines', 'season'],
+ set: ['Lines', 'season'],
193
194
195
max: 9.99999
196
197
198
- color: { attach: ['season'] }
+ color: { set: ['season'] }
199
200
title: seid
201
0 commit comments