Skip to content

Commit b58a3b3

Browse files
authored
fix legend-inside by specifying xanchor to right
1 parent 4980e39 commit b58a3b3

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)