Update doughnut.mdx (#8279)

Updating quotation mark to fix broken link
This commit is contained in:
LeeLenaleee 2021-01-07 13:54:18 +01:00 committed by GitHub
parent df11fd98cc
commit 93b900efdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ The doughnut/pie chart allows a number of properties to be specified for each da
| [`borderAlign`](#border-alignment) | `string` | Yes | Yes | `'center'`
| [`borderColor`](#styling) | [`Color`](../general/colors.md) | Yes | Yes | `'#fff'`
| [`borderWidth`](#styling) | `number` | Yes | Yes | `2`
| ['circumference`](#general) | `number` | - | - | `undefined`
| [`circumference`](#general) | `number` | - | - | `undefined`
| [`clip`](#general) | `number`\|`object` | - | - | `undefined`
| [`data`](#data-structure) | `number[]` | - | - | **required**
| [`hoverBackgroundColor`](#interations) | [`Color`](../general/colors.md) | Yes | Yes | `undefined`