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. ---