File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,6 @@ var buttonsAttrs = {
48
48
module . exports = {
49
49
_isLinkedToArray : true ,
50
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
51
visible : {
63
52
valType : 'boolean' ,
64
53
role : 'info' ,
Original file line number Diff line number Diff line change @@ -82,9 +82,6 @@ function buttonsDefaults(menuIn, menuOut) {
82
82
continue ;
83
83
}
84
84
85
- // Should we do some validation for 'args' depending on `method`
86
- // or just let Plotly[method] error out?
87
-
88
85
coerce ( 'method' ) ;
89
86
coerce ( 'args' ) ;
90
87
coerce ( 'label' ) ;
You can’t perform that action at this time.
0 commit comments