File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,24 @@ module.exports = {
64
64
description : 'Shows the dimension when set to `true` (the default). Hides the dimension for `false`.'
65
65
} ,
66
66
range : {
67
- valType : 'data_array ' ,
67
+ valType : 'info_array ' ,
68
68
role : 'info' ,
69
+ items : [
70
+ { valType : 'number' } ,
71
+ { valType : 'number' }
72
+ ] ,
69
73
description : [
70
74
'The domain range that represents the full, shown axis extent. Defaults to the `values` extent.' ,
71
75
'Must be an array of `[fromValue, toValue]` with finite numbers as elements.'
72
76
] . join ( ' ' )
73
77
} ,
74
78
constraintrange : {
75
- valType : 'data_array ' ,
79
+ valType : 'info_array ' ,
76
80
role : 'info' ,
81
+ items : [
82
+ { valType : 'number' } ,
83
+ { valType : 'number' }
84
+ ] ,
77
85
description : [
78
86
'The domain range to which the filter on the dimension is constrained. Must be an array' ,
79
87
'of `[fromValue, toValue]` with finite numbers as elements.'
You can’t perform that action at this time.
0 commit comments