Skip to content

Commit 380c0a2

Browse files
committed
autorange sets scale - no need to call it polar
1 parent bc66a58 commit 380c0a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)