diff --git a/docs/axes/cartesian/index.md b/docs/axes/cartesian/index.md index a9e38b6f21a..3995d49665d 100644 --- a/docs/axes/cartesian/index.md +++ b/docs/axes/cartesian/index.md @@ -283,8 +283,10 @@ module.exports = { }; ``` -::: tip -The `crossAlign` setting is not used the the tick rotation is not `0`, the axis position is `'center'` or the position is with respect to a data value. +:::tip Note +The `crossAlign` setting is only effective when these preconditions are met: + * tick rotation is `0` + * axis position is `'top'`, '`left'`, `'bottom'` or `'right'` ::: ### Axis ID diff --git a/docs/developers/index.md b/docs/developers/index.md index 052ca655470..1afdcce0397 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -45,5 +45,5 @@ Most earlier version options have current equivalents or are the same. Please note - documentation for previous versions are available online or in the GitHub repo. -- [2.9.3 Documentation](https://www.chartjs.org/docs/2.9.3/) +- [2.9.4 Documentation](https://www.chartjs.org/docs/2.9.4/) - [1.x Documentation](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs)