Skip to content

Commit 32fde3b

Browse files
Update src/plots/polar/polar.js
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
1 parent edf124e commit 32fde3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/polar/polar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ proto.updateAngularAxis = function(fullLayout, polarLayout) {
692692
}) : Axes.calcTicks(ax);
693693

694694
if(isSmith) {
695-
vals[0].text = '±∞';
695+
vals[0].text = '∞';
696696
vals[0].fontSize *= 1.5;
697697
}
698698

0 commit comments

Comments
 (0)