Skip to content

Commit 642c034

Browse files
authored
Merge pull request #5947 from plotly/polar-no-set-scale-twice
Drop duplicate set scale call it polar
2 parents 7b33575 + 380c0a2 commit 642c034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/plots/polar/polar.js

-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ proto.doAutoRange = function(fullLayout, polarLayout) {
334334
var radialAxis = this.radialAxis;
335335
var radialLayout = polarLayout.radialaxis;
336336

337-
radialAxis.setScale();
338337
doAutoRange(gd, radialAxis);
339338

340339
var rng = radialAxis.range;

0 commit comments

Comments
 (0)