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 = {
4848module . exports = {
4949 _isLinkedToArray : true ,
5050
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-
6251 visible : {
6352 valType : 'boolean' ,
6453 role : 'info' ,
Original file line number Diff line number Diff line change @@ -82,9 +82,6 @@ function buttonsDefaults(menuIn, menuOut) {
8282 continue ;
8383 }
8484
85- // Should we do some validation for 'args' depending on `method`
86- // or just let Plotly[method] error out?
87-
8885 coerce ( 'method' ) ;
8986 coerce ( 'args' ) ;
9087 coerce ( 'label' ) ;
You can’t perform that action at this time.
0 commit comments