Skip to content

Commit

Permalink
Add circular option documentation for grid lines (chartjs#5637)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielmistry authored and simonbrunel committed Jul 14, 2018
1 parent 9d1f03f commit 8624b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/axes/styling.md
Expand Up @@ -9,6 +9,7 @@ The grid line configuration is nested under the scale configuration in the `grid
| Name | Type | Default | Description
| -----| ---- | --------| -----------
| `display` | `Boolean` | `true` | If false, do not display grid lines for this axis.
| `circular` | `Boolean` | `false` | If true, gridlines are circular (on radar chart only)
| `color` | `Color/Color[]` | `'rgba(0, 0, 0, 0.1)'` | The color of the grid lines. If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
| `borderDash` | `Number[]` | `[]` | Length and spacing of dashes on grid lines. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash)
| `borderDashOffset` | `Number` | `0` | Offset for line dashes. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset)
Expand Down

0 comments on commit 8624b64

Please sign in to comment.