Skip to content

Commit 85df076

Browse files
authored
Update polar.js
Thanks to the jasmine test, I realized that I changed the wrong line.
1 parent b14a635 commit 85df076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/polar/polar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ proto.updateRadialAxisTitle = function(fullLayout, polarLayout, _angle) {
560560
var cx = _this.cx;
561561
var cy = _this.cy;
562562
var radialLayout = _this.getRadial(polarLayout);
563-
var titleClass = _this.id + 'title.text';
563+
var titleClass = _this.id + 'title';
564564

565565
var pad = 0;
566566

@@ -589,7 +589,7 @@ proto.updateRadialAxisTitle = function(fullLayout, polarLayout, _angle) {
589589

590590
_this.layers['radial-axis-title'] = Titles.draw(gd, titleClass, {
591591
propContainer: radialLayout,
592-
propName: _this.id + '.radialaxis.title',
592+
propName: _this.id + '.radialaxis.title.text',
593593
placeholder: _(gd, 'Click to enter radial axis title'),
594594
attributes: {
595595
x: x,

0 commit comments

Comments
 (0)