Skip to content

Commit 6736bbb

Browse files
committed
Fix changed height->thickness attribute
1 parent cb50997 commit 6736bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/titles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Titles.draw = function(gd, title) {
108108
fontSize*(offsetBase + (xa.showticklabels ? 1.5 : 0.5)));
109109

110110
if(xa.rangeslider && xa.rangeslider.visible && xa._boundingBox) {
111-
y += (fullLayout.height - fullLayout.margin.b - fullLayout.margin.t) * xa.rangeslider.height +
111+
y += (fullLayout.height - fullLayout.margin.b - fullLayout.margin.t) * xa.rangeslider.thickness +
112112
xa._boundingBox.height;
113113
}
114114

0 commit comments

Comments
 (0)