Skip to content

Commit 429b2e0

Browse files
committed
fixup attrs
1 parent ef6b1de commit 429b2e0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/traces/splom/attributes.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
role: 'info',
3838
dflt: true,
3939
editType: 'calc',
40+
description: ''
4041
},
4142
label: {
4243
valType: 'string',
@@ -73,16 +74,18 @@ module.exports = {
7374

7475
xdirection: {
7576
valType: 'enumerated',
76-
role: 'info',
7777
values: ['right', 'left'],
7878
dflt: 'right',
79+
role: 'info',
80+
editType: 'plot',
7981
description: ''
8082
},
8183
ydirection: {
8284
valType: 'enumerated',
83-
role: 'info',
8485
values: ['top', 'bottom'],
8586
dflt: 'bottom',
87+
role: 'info',
88+
editType: 'plot',
8689
description: ''
8790
},
8891

@@ -92,21 +95,21 @@ module.exports = {
9295
showdiagonal: {
9396
valType: 'boolean',
9497
role: 'info',
95-
dlft: true,
98+
dflt: true,
9699
editType: 'plot',
97100
description: ''
98101
},
99102
showupperhalf: {
100103
valType: 'boolean',
101104
role: 'info',
102-
dlft: true,
105+
dflt: true,
103106
editType: 'plot',
104107
description: ''
105108
},
106109
showlowerhalf: {
107110
valType: 'boolean',
108111
role: 'info',
109-
dlft: true,
112+
dflt: true,
110113
editType: 'plot',
111114
description: ''
112115
},

0 commit comments

Comments
 (0)