Skip to content

Commit 539742d

Browse files
authored
Merge pull request #1649 from plotly/fix-legend-inside
fix legend-inside by specifying xanchor to right
2 parents 4980e39 + b58a3b3 commit 539742d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/plotly_js/fundamentals/legends/2015-04-09-legend-inside.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
showlegend: true,
2222
legend: {
2323
x: 1,
24+
xanchor: 'right',
2425
y: 1
2526
}
2627
};

0 commit comments

Comments
 (0)