Skip to content

Commit

Permalink
docs: fix circular prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
thabarbados committed Jun 8, 2022
1 parent 3959a86 commit e26091c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/charts/polar.md
Expand Up @@ -66,7 +66,7 @@ The following options can be included in a polar area chart dataset to configure
| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | Yes | Yes | `undefined`
| [`hoverBorderJoinStyle`](#interactions) | `'round'`\|`'bevel'`\|`'miter'` | Yes | Yes | `undefined`
| [`hoverBorderWidth`](#interactions) | `number` | Yes | Yes | `undefined`
| [`circular`](#general) | `boolean` | - | - | `true`
| [`circular`](#general) | `boolean` | Yes | Yes | `true`

All these values, if `undefined`, fallback to the scopes described in [option resolution](../general/options)

Expand All @@ -75,7 +75,7 @@ All these values, if `undefined`, fallback to the scopes described in [option re
| Name | Description
| ---- | ----
| `clip` | How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. `0` = clip at chartArea. Clipping can also be configured per side: `clip: {left: 5, top: false, right: -2, bottom: 0}`
| `circular` | By default Arc is curve. If `circular: false` Arc will be flat.
| `circular` | By default the Arc is curved. If `circular: false` the Arc will be flat.

### Styling

Expand Down

0 comments on commit e26091c

Please sign in to comment.