Skip to content

Commit 35cfbaf

Browse files
authored
Merge pull request #5408 from plotly/drop-r-and-t-from-bar
Cleanup unused r and t attributes from bar
2 parents 703d12b + 95e84a5 commit 35cfbaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/traces/bar/attributes.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ module.exports = {
250250
editType: 'style'
251251
},
252252

253-
r: scatterAttrs.r,
254-
t: scatterAttrs.t,
255-
256253
_deprecated: {
257254
bardir: {
258255
valType: 'enumerated',

0 commit comments

Comments
 (0)