Skip to content

Commit a257836

Browse files
committed
Add review comment
1 parent c4d75d4 commit a257836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/subroutines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ function containerPushVal(position, titleY, titleYanchor, height, titleDepth) {
497497
if(titleYanchor === 'bottom') {
498498
push += titleDepth;
499499
}
500-
push += (height - (1 - titleY) * height);
500+
push += titleY * height;
501501
}
502502
return push;
503503
}

0 commit comments

Comments
 (0)