We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb50997 commit 6736bbbCopy full SHA for 6736bbb
src/components/titles/index.js
@@ -108,7 +108,7 @@ Titles.draw = function(gd, title) {
108
fontSize*(offsetBase + (xa.showticklabels ? 1.5 : 0.5)));
109
110
if(xa.rangeslider && xa.rangeslider.visible && xa._boundingBox) {
111
- y += (fullLayout.height - fullLayout.margin.b - fullLayout.margin.t) * xa.rangeslider.height +
+ y += (fullLayout.height - fullLayout.margin.b - fullLayout.margin.t) * xa.rangeslider.thickness +
112
xa._boundingBox.height;
113
}
114
0 commit comments