From e3be85f0b3487fc4652c1ebe6fb5ef99fd25752d Mon Sep 17 00:00:00 2001 From: flrs <9593883+flrs@users.noreply.github.com> Date: Tue, 31 Dec 2019 19:37:02 -0800 Subject: [PATCH] Fix typo in title standoff docs --- .../plotly_js/fundamentals/axes/2019-11-04-title_standoff.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/plotly_js/fundamentals/axes/2019-11-04-title_standoff.html b/_posts/plotly_js/fundamentals/axes/2019-11-04-title_standoff.html index 40146dab10ea..6141bb625c90 100755 --- a/_posts/plotly_js/fundamentals/axes/2019-11-04-title_standoff.html +++ b/_posts/plotly_js/fundamentals/axes/2019-11-04-title_standoff.html @@ -6,7 +6,7 @@ sitemap: false arrangement: horizontal markdown_content: | - THis example sets `standoff` attribute to cartesian axes to determine the distance between the tick labels and the axis title. + This example sets `standoff` attribute to cartesian axes to determine the distance between the tick labels and the axis title. Note that the axis title position is always constrained within the margins, so the actual standoff distance is always less than the set or default value. By setting standoff and turning [automargin](https://plot.ly/javascript/setting-graph-size/#automatically-adjust-margins) on, plotly.js will push the margins to fit the axis title at given standoff distance. ---