From b58a3b32ccc0f9b92e68a74d46058b1c3fefa701 Mon Sep 17 00:00:00 2001 From: Antoine Roy-Gobeil Date: Tue, 7 Jan 2020 12:51:50 -0500 Subject: [PATCH] fix legend-inside by specifying xanchor to right --- .../plotly_js/fundamentals/legends/2015-04-09-legend-inside.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/plotly_js/fundamentals/legends/2015-04-09-legend-inside.html b/_posts/plotly_js/fundamentals/legends/2015-04-09-legend-inside.html index 8a6b4b041db3..962e45596270 100755 --- a/_posts/plotly_js/fundamentals/legends/2015-04-09-legend-inside.html +++ b/_posts/plotly_js/fundamentals/legends/2015-04-09-legend-inside.html @@ -21,6 +21,7 @@ showlegend: true, legend: { x: 1, + xanchor: 'right', y: 1 } };