Skip to content

Commit cc5b9f9

Browse files
committed
remove empty '_deprecated' keys
1 parent e948ff4 commit cc5b9f9

File tree

7 files changed

+0
-19
lines changed

7 files changed

+0
-19
lines changed

src/components/colorbar/attributes.js

-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,4 @@ module.exports = overrideAll({
228228
].join(' ')
229229
}
230230
},
231-
232-
_deprecated: {
233-
}
234231
}, 'colorbars', 'from-root');

src/plots/gl3d/layout/axis_attributes.js

-2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,4 @@ module.exports = overrideAll({
121121
zeroline: axesAttrs.zeroline,
122122
zerolinecolor: axesAttrs.zerolinecolor,
123123
zerolinewidth: axesAttrs.zerolinewidth,
124-
_deprecated: {
125-
}
126124
}, 'plot', 'from-root');

src/plots/layout_attributes.js

-2
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,4 @@ module.exports = {
451451
].join(' '),
452452
editType: 'none'
453453
}),
454-
_deprecated: {
455-
}
456454
};

src/plots/polar/layout_attributes.js

-3
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ var radialAxisAttrs = {
146146
},
147147

148148
editType: 'calc',
149-
150-
_deprecated: {
151-
}
152149
};
153150

154151
extendFlat(

src/plots/ternary/layout_attributes.js

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ var ternaryAxesAttrs = {
6262
'all the minima set to zero.'
6363
].join(' ')
6464
},
65-
_deprecated: {
66-
}
6765
};
6866

6967
var attrs = module.exports = overrideAll({

src/traces/carpet/axis_attributes.js

-4
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,5 @@ module.exports = {
451451
editType: 'calc',
452452
description: 'The stride between grid lines along the axis'
453453
},
454-
455-
_deprecated: {
456-
},
457-
458454
editType: 'calc'
459455
};

src/traces/pie/attributes.js

-3
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,4 @@ module.exports = {
292292
'or an array to highlight one or more slices.'
293293
].join(' ')
294294
},
295-
296-
_deprecated: {
297-
}
298295
};

0 commit comments

Comments
 (0)