File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ module.exports = {
37
37
role : 'info' ,
38
38
dflt : true ,
39
39
editType : 'calc' ,
40
+ description : ''
40
41
} ,
41
42
label : {
42
43
valType : 'string' ,
@@ -73,16 +74,18 @@ module.exports = {
73
74
74
75
xdirection : {
75
76
valType : 'enumerated' ,
76
- role : 'info' ,
77
77
values : [ 'right' , 'left' ] ,
78
78
dflt : 'right' ,
79
+ role : 'info' ,
80
+ editType : 'plot' ,
79
81
description : ''
80
82
} ,
81
83
ydirection : {
82
84
valType : 'enumerated' ,
83
- role : 'info' ,
84
85
values : [ 'top' , 'bottom' ] ,
85
86
dflt : 'bottom' ,
87
+ role : 'info' ,
88
+ editType : 'plot' ,
86
89
description : ''
87
90
} ,
88
91
@@ -92,21 +95,21 @@ module.exports = {
92
95
showdiagonal : {
93
96
valType : 'boolean' ,
94
97
role : 'info' ,
95
- dlft : true ,
98
+ dflt : true ,
96
99
editType : 'plot' ,
97
100
description : ''
98
101
} ,
99
102
showupperhalf : {
100
103
valType : 'boolean' ,
101
104
role : 'info' ,
102
- dlft : true ,
105
+ dflt : true ,
103
106
editType : 'plot' ,
104
107
description : ''
105
108
} ,
106
109
showlowerhalf : {
107
110
valType : 'boolean' ,
108
111
role : 'info' ,
109
- dlft : true ,
112
+ dflt : true ,
110
113
editType : 'plot' ,
111
114
description : ''
112
115
} ,
You can’t perform that action at this time.
0 commit comments