Skip to content

Commit a5e6aaa

Browse files
committed
Merge branch 'range-selector' of https://github.com/plotly/plotly.js into range-selector
2 parents b9e388f + da71911 commit a5e6aaa

File tree

1 file changed

+1
-0
lines changed
  • src/components/rangeselector

1 file changed

+1
-0
lines changed

src/components/rangeselector/draw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function reposition(buttons, opts, graphSize) {
144144
tHeight = opts.font.size * 1.3,
145145
tLines = tspans[0].length || 1;
146146

147+
147148
var wEff = Math.max(tWidth + 10, 30),
148149
hEff = Math.max(tHeight * tLines, 16) + 3;
149150

0 commit comments

Comments
 (0)