Skip to content

Commit 014548c

Browse files
committed
Skip overriding deprecated title attributes in polar [882]
1 parent 4efb546 commit 014548c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/polar/layout_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ var radialAxisAttrs = {
120120
editType: 'calc',
121121

122122
_deprecated: {
123-
title: overrideAll(axesAttrs._deprecated.title, 'plot', 'from-root'),
124-
titlefont: overrideAll(axesAttrs._deprecated.titlefont, 'plot', 'from-root')
123+
title: axesAttrs._deprecated.title,
124+
titlefont: axesAttrs._deprecated.titlefont
125125
}
126126
};
127127

0 commit comments

Comments
 (0)