Skip to content

Commit 02742e8

Browse files
committed
adding ids to filtersrc
1 parent 5765f66 commit 02742e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/transforms/filter.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ exports.attributes = {
3535
filtersrc: {
3636
valType: 'enumerated',
3737
values: ['x', 'y'],
38-
dflt: 'x'
38+
dflt: 'x',
39+
ids: {
40+
valType: 'data_array',
41+
description: 'A list of keys for object constancy of data points during animation'
42+
}
3943
}
4044
};
4145

0 commit comments

Comments
 (0)