Skip to content

Commit 4e0c6da

Browse files
committed
rm _has??? attributes
1 parent f45ffec commit 4e0c6da

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

src/plots/layout_attributes.js

+1-24
Original file line numberDiff line numberDiff line change
@@ -168,30 +168,7 @@ module.exports = {
168168
role: 'info',
169169
description: 'Determines whether or not a legend is drawn.'
170170
},
171-
_hasCartesian: {
172-
valType: 'boolean',
173-
dflt: false
174-
},
175-
_hasGL3D: {
176-
valType: 'boolean',
177-
dflt: false
178-
},
179-
_hasGeo: {
180-
valType: 'boolean',
181-
dflt: false
182-
},
183-
_hasPie: {
184-
valType: 'boolean',
185-
dflt: false
186-
},
187-
_hasGL2D: {
188-
valType: 'boolean',
189-
dflt: false
190-
},
191-
_hasTernary: {
192-
valType: 'boolean',
193-
dflt: false
194-
},
171+
195172
_composedModules: {
196173
'*': 'Fx'
197174
},

src/plots/plots.js

-6
Original file line numberDiff line numberDiff line change
@@ -738,12 +738,6 @@ plots.supplyLayoutGlobalDefaults = function(layoutIn, layoutOut) {
738738
coerce('separators');
739739
coerce('hidesources');
740740
coerce('smith');
741-
coerce('_hasCartesian');
742-
coerce('_hasGL3D');
743-
coerce('_hasGeo');
744-
coerce('_hasPie');
745-
coerce('_hasGL2D');
746-
coerce('_hasTernary');
747741
};
748742

749743
plots.supplyLayoutModuleDefaults = function(layoutIn, layoutOut, fullData) {

0 commit comments

Comments
 (0)