We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3610253 commit 42d40eeCopy full SHA for 42d40ee
src/components/updatemenus/attributes.js
@@ -48,17 +48,6 @@ var buttonsAttrs = {
48
module.exports = {
49
_isLinkedToArray: true,
50
51
- // add more global settings?
52
- //
53
- // width
54
- // height (instead of being inferred by the label dimensions)
55
- // title (above header)
56
- // header borderwidth
57
- // active bgcolor
58
- // hover bgcolor
59
- // gap between buttons
60
- // gap between header & buttons
61
-
62
visible: {
63
valType: 'boolean',
64
role: 'info',
src/components/updatemenus/defaults.js
@@ -82,9 +82,6 @@ function buttonsDefaults(menuIn, menuOut) {
82
continue;
83
}
84
85
- // Should we do some validation for 'args' depending on `method`
86
- // or just let Plotly[method] error out?
87
88
coerce('method');
89
coerce('args');
90
coerce('label');
0 commit comments