Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Implement feedback
  • Loading branch information
LeeLenaleee committed Apr 3, 2021
1 parent 2efe39d commit 3a2fd5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/axes/cartesian/index.md
Expand Up @@ -284,7 +284,9 @@ module.exports = {
```

:::tip Note
The `crossAlign` setting is not used the tick rotation is not `0`, the axis position is `'center'` or the position is with respect to a data value.
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
Expand Down

0 comments on commit 3a2fd5a

Please sign in to comment.