Skip to content

Commit 1e748cc

Browse files
committed
Draw imaginary axis line properly
1 parent 2baa9ca commit 1e748cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/smith/smith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ proto.updateRadialAxis = function(fullLayout, polarLayout) {
494494
layers['radial-line'].select('line'),
495495
hasRoomForIt && radialLayout.showline,
496496
{
497-
x1: innerRadius,
497+
x1: -radius,
498498
y1: 0,
499499
x2: radius,
500500
y2: 0,

0 commit comments

Comments
 (0)