Skip to content

Commit 8082a7d

Browse files
committed
Expanded margin to show scrollbar in legend.
1 parent f2f3660 commit 8082a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ plots.doAutoMargin = function(gd) {
20112011
}
20122012

20132013
gs.l = Math.round(ml);
2014-
gs.r = Math.round(mr);
2014+
gs.r = Math.round(mr)+4;
20152015
gs.t = Math.round(mt);
20162016
gs.b = Math.round(mb) + 5;
20172017
gs.p = Math.round(margin.pad);

0 commit comments

Comments
 (0)